Colab-Autorun-and-Connect
                                
                                 Colab-Autorun-and-Connect copied to clipboard
                                
                                    Colab-Autorun-and-Connect copied to clipboard
                            
                            
                            
                        Install
How do I install the extension on firefox?
Download it with this command:
git clone --recurse-submodules https://github.com/tdulcet/Colab-Autorun-and-Connect.git
Then follow these instructions to install it in Firefox.
Ok. How do I install this on Chrome?
- The same step from above to download it.
- As instructed on the README:
- Download the webextension-polyfill (specifically download the browser-polyfill.jsfile from here to your directory from step 1. above).
- Rename the chromemanifest.jsonfile tomanifest.json.
 
- Download the webextension-polyfill (specifically download the 
- Then follow these instructions (steps 1-3 in the middle of the page) to install it in Chrome/Chromium.
Hi, could you please help me :) I tried installing it in chrome and it had some errors in the extension manager:
 
 
I cloned it using the link above
I downloaded browser-polyfill.js from the given link
the cloned folder came with another manifest.json file so I got rid of that before renaming the chromemanifest.json file into manifest.json
I then opened up the extension manager and enabled developer mode
what am I doing wrong?
I downloaded
browser-polyfill.jsfrom the given link
You need to first click on the “View Raw” button in the top right corner of the page before downloading the file, so that you download just the JavaScript file and not the whole HTML page. Unfortunately, that page is not very intuitive. 😕
ok, so I hit "View Raw" as you said and right clicked the page and clicked on "Save As" and manually dropped the new browser-polyfill.js into the Colab-Autorun-and-Connect folder and it gave me this error at the extension manager:
 

I tried manually copy-pasting the whole script into a text file and saving it as .js. It still gave me the same error :(
it gave me this error at the extension manager:
Those are just warnings from one of the libraries that this extension uses. The first one is erroneous (see https://github.com/TinyWebEx/AddonSettings/issues/7). You can safely ignore them all.
Oh ok, cool. Thanks!
For anyone following this issue, you can now install the extension in Firefox directly from AMO: https://addons.mozilla.org/en-US/firefox/addon/colab-autorun-and-connect/
Since 2023, manifest v2 has been deprecated and migration to v3 should be done beforehand: https://developer.chrome.com/docs/extensions/migrating
Yes, MV2 may be deprecated in Chrome, but should still work just fine when sideloading extensions. 😉
PRs are of course welcome to migrate to MV3...