Nano Ad Block

Convenient and fast ad blocker and privacy protection.

Nano Ad Block क्या है?

Nano Ad Block https://ext.nanoadblock.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convenient and fast ad blocker and privacy protection."।

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

screenshot

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

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

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

                        Nano Ad Block helps to block ads and pop-ups on your favorite websites.
Nano Ad Block also protects your browser from malware and stops advertisers from accessing your personal information.
Just click "Add to Chrome" then visit your favorite website and see the ads disappear.

Features:
- Block pop ups, ads, and annoying banners everywhere on the web
- Block invisible trackers and protect your privacy
- Browse safely by blocking malicious ads with malware, scams, and cryptocurrency miners

Privacy Policy: https://ext.nanoadblock.com/privacy.html                    

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

नाम Nano Ad Block Nano Ad Block
ID hcffgojagdaebjicjhbcjpmbolaaepme
आधिकारिक URL https://chromewebstore.google.com/detail/nano-ad-block/hcffgojagdaebjicjhbcjpmbolaaepme
विवरण Convenient and fast ad blocker and privacy protection.
फ़ाइल का आकार 3.19 MB
स्थापना संख्या 982
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2023-01-13
प्रकाशन तिथि 2021-04-06
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://ext.nanoadblock.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://ext.nanoadblock.com/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "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": "Nano Ad Block"
    },
    "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"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "64": "img\/icon_64.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "66.0",
    "name": "Nano Ad Block",
    "options_ui": {
        "open_in_tab": true,
        "page": "dashboard.html"
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "nativeMessaging",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "version": "1.0.3",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}