AdZero Adblocker

Ad Blocker for safe Internet browsing

AdZero Adblocker क्या है?

AdZero Adblocker https://adzero.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ad Blocker for safe Internet browsing"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AdZero Adblocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Ad blocker extension for annoying ads on the Internet.

Stop ads and protect your privacy while surfing the Internet!
   
AdZero effectively deals with annoying pop-ups, banners and video ads.  In addition to blocking ads, AdZero prevents ads from loading and improves your browsing performance and memory usage.  AdZero protects your privacy by blocking tracking cookies used by advertising companies to track you online.  Thanks to our service, you will be able to block ads for phishing schemes, fraudulent websites, and malware attacks.

Try it on a no obligation limited FREE TRIAL today!  After the free trial period ends, a subscription is required and must be purchased to continue to block ads. For pricing and purchasing, please visit our Pricing Page at https://adzero.org/pricing and select from a monthly, annual, or lifetime plan.

Upgrading to one of our paid subscription plans includes: 
- Unlimited email support
- Unlimited telephone support (during regular business hours, California USA Pacific Time)
- Licenses for multiple installations (quantity depends on plan chosen) 
- 30-day Money Back Guarantee

Check out our product overview video on YouTube™  
http://y2u.be/QV5T5qGgpOo

By installing this extension, you are agreeing to our AdZero End User License Agreement (https://www.adzero.org/eula), our AdZero Terms and Conditions (https://adzero.org/terms), and our AdZero Privacy Policy (https://www.adzero.org/privacy).

This service is sold by AdZero Interactive LLC and is not affiliated with Google.

AdZero uses a GPLv3 license.                    

एक्सटेंशन की मूल जानकारी

नाम AdZero Adblocker AdZero Adblocker
ID ngfgdmahnimneammglhnccdmojdomkdl
आधिकारिक URL https://chromewebstore.google.com/detail/adzero-adblocker/ngfgdmahnimneammglhnccdmojdomkdl
विवरण Ad Blocker for safe Internet browsing
फ़ाइल का आकार 2.48 MB
स्थापना संख्या 2,689
वर्तमान संस्करण 23.210.4532.4
अंतिम अपडेट 2023-02-11
प्रकाशन तिथि 2020-04-29
रेटिंग 3.00/5 कुल 4 रेटिंग्स
डेवलपर https://adzero.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://adzero.org
सहायता पृष्ठ URL https://www.adzero.org/faq
गोपनीयता नीति पृष्ठ URL https://www.adzero.org/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "AdZero Adblocker developers",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png"
        },
        "default_popup": "popup-fenix.html",
        "default_title": "AdZero Adblocker"
    },
    "commands": {
        "launch-element-picker": {
            "description": "__MSG_popupTipPicker__"
        },
        "launch-element-zapper": {
            "description": "__MSG_popupTipZapper__"
        },
        "launch-logger": {
            "description": "__MSG_popupTipLog__"
        },
        "open-dashboard": {
            "description": "__MSG_popupTipDashboard__"
        },
        "relax-blocking-mode": {
            "description": "__MSG_relaxBlockingMode__"
        },
        "toggle-cosmetic-filtering": {
            "description": "__MSG_toggleCosmeticFiltering__"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "\/js\/scriptlets\/subscriber.js"
            ],
            "matches": [
                "https:\/\/easylist.to\/*",
                "https:\/\/*.fanboy.co.nz\/*",
                "https:\/\/filterlists.com\/*",
                "https:\/\/forums.lanik.us\/*",
                "https:\/\/github.com\/*",
                "https:\/\/*.github.io\/*",
                "https:\/\/*.letsblock.it\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": false,
            "js": [
                "\/js\/prod-config.js",
                "\/js\/prod-overlay-contentscript.js",
                "\/js\/prod-contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "66.0",
    "name": "AdZero Adblocker",
    "options_ui": {
        "open_in_tab": true,
        "page": "about.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "",
        "cookies",
        "notifications",
        "idle",
        "contentSettings"
    ],
    "short_name": "AdZero",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "version": "23.210.4532.4",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}