No More NBA on Sport5
This extension will keep you out of Sport5's NBA edition in Israel.
What is No More NBA on Sport5?
No More NBA on Sport5 is a Chrome extension developed by tomo-hayo, and its main feature is "This extension will keep you out of Sport5's NBA edition in Israel.".
Download No More NBA on Sport5 Extension CRX File
Download No More NBA on Sport5 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
תוסף לדפדפן כרום שימנע מאתר הנ.ב.א ומאתר ספורט5 לשלוח אותך לגרסא העברית של הנ.ב.א בערוץ הספורט. This extension will keep you out of Sport5's NBA edition in Israel.
Extension Basic Information
Name | |
ID | hmdngehkmoogpldbfhbmppbfolfifpan |
Official URL | https://chromewebstore.google.com/detail/no-more-nba-on-sport5/hmdngehkmoogpldbfhbmppbfolfifpan |
Description | This extension will keep you out of Sport5's NBA edition in Israel. |
File Size | 5.85 KB |
Installation Count | 173 |
Current Version | 1.0 |
Last Updated | 2016-11-01 |
Publish Date | 2016-11-01 |
Rating | 4.67/5 Total 12 Ratings |
Developer | tomo-hayo |
Payment Type | free |
Supported Languages | 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" } ] } |