Unf*ck My Northeastern
Stop myNortheastern from stealing your ctrl+f
Cos'è Unf*ck My Northeastern?
Unf*ck My Northeastern è un'estensione di Chrome sviluppata da benmuschol, e la sua funzione principale è "Stop myNortheastern from stealing your ctrl+f".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unf*ck My Northeastern
Scarica i file di estensione Unf*ck My Northeastern in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | bfbeolkajjaollpdbnaaidliiafnbjon |
URL Ufficiale | https://chrome.google.com/webstore/detail/unfck-my-northeastern/bfbeolkajjaollpdbnaaidliiafnbjon |
Descrizione | Stop myNortheastern from stealing your ctrl+f |
Dimensione del File | 4.69 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2017-12-17 |
Data di Pubblicazione | 2017-12-17 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | benmuschol |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unf*ck My Northeastern", "version": "0.0.5", "manifest_version": 2, "description": "Stop myNortheastern from stealing your ctrl+f", "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/my.northeastern.edu\/*" ], "js": [ "app.js" ] } ] } |