No More NBA on Sport5
This extension will keep you out of Sport5's NBA edition in Israel.
Cos'è No More NBA on Sport5?
No More NBA on Sport5 è un'estensione di Chrome sviluppata da tomo-hayo, e la sua funzione principale è "This extension will keep you out of Sport5's NBA edition in Israel.".
Scarica il file CRX dell'estensione No More NBA on Sport5
Scarica i file di estensione No More NBA on Sport5 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
תוסף לדפדפן כרום שימנע מאתר הנ.ב.א ומאתר ספורט5 לשלוח אותך לגרסא העברית של הנ.ב.א בערוץ הספורט. This extension will keep you out of Sport5's NBA edition in Israel.
Informazioni di Base sull'Estensione
Nome | |
ID | hmdngehkmoogpldbfhbmppbfolfifpan |
URL Ufficiale | https://chromewebstore.google.com/detail/no-more-nba-on-sport5/hmdngehkmoogpldbfhbmppbfolfifpan |
Descrizione | This extension will keep you out of Sport5's NBA edition in Israel. |
Dimensione del File | 5.85 KB |
Conteggio Installazioni | 173 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-11-01 |
Data di Pubblicazione | 2016-11-01 |
Valutazione | 4.67/5 Totale 12 Valutazioni |
Sviluppatore | tomo-hayo |
Tipo di Pagamento | free |
Lingue Supportate | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No More NBA on Sport5", "description": "This extension will keep you out of Sport5's NBA edition in Israel.", "version": "1.0", "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "No More NBA on Sport5" }, "permissions": [ "*:\/\/nba.sport5.co.il\/" ], "content_scripts": [ { "all_frames": true, "js": [ "lib\/js\/cookie-handler.js" ], "matches": [ "*:\/\/nba.sport5.co.il\/*" ], "run_at": "document_end" } ] } |