YNET Adblocker Detector Override
Avoid YNET adblocker
What is YNET Adblocker Detector Override?
YNET Adblocker Detector Override is a Chrome extension developed by pinhasph, and its main feature is "Avoid YNET adblocker".
Download YNET Adblocker Detector Override Extension CRX File
Download YNET Adblocker Detector Override 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
Sets window.canRunAds to true before ynet checks for it, allowing for adblock to run
Extension Basic Information
Name | YNET Adblocker Detector Override |
ID | mobbiheilcocclhcekkojeenhmolicja |
Official URL | https://chromewebstore.google.com/detail/ynet-adblocker-detector-o/mobbiheilcocclhcekkojeenhmolicja |
Description | Avoid YNET adblocker |
File Size | 3.34 KB |
Installation Count | 450 |
Current Version | 0.1.0 |
Last Updated | 2015-11-12 |
Publish Date | 2015-11-12 |
Rating | 3.93/5 Total 14 Ratings |
Developer | pinhasph |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Avoid YNET adblocker", "manifest_version": 2, "name": "YNET Adblocker Detector Override", "content_scripts": [ { "matches": [ "*:\/\/*.ynet.co.il\/*" ], "js": [ "js\/unblock.js" ], "run_at": "document_start" } ], "short_name": "YNET Adblocker Blocker", "version": "0.1.0" } |