Redirect to google.fr when it's .com, or refresh if it google.fr, until certificate check by proxy works
- Select last tag in github
- Navigate to dist folder and download .xpi file
- Open xpi file with Firefox, it should popup the add-on and the permissions acceptance form
- Download zip source code via github and unzip
- Add a
manifest.json
file by copyingmanifest.firefox.json
tomanifest.json
to the root folder - Go to firefox adress bar and type
about:debugging
- From the left menu, navigate to "This Firefox" or "Ce Firefox"
- Click on "Load Temporary Add-on..." and pick the manifest.json previously created
- Download zip source code via github and unzip
- Add a
manifest.json
file by copyingmanifest.chrome.json
tomanifest.json
to the root folder - Go to firefox adress bar and type
chrome://extensions
- Click on "Load unpacked extension" and pick the root folder of extension previously downloaded