Nano Ad Block

Convenient and fast ad blocker and privacy protection.

Nano Ad Blockとは何ですか?

Nano Ad Blockはhttps://ext.nanoadblock.comによって開発されたChromeの拡張機能で、その主な機能は「Convenient and fast ad blocker and privacy protection.」です。

拡張機能のスクリーンショット

screenshot

Nano Ad Block拡張機能のCRXファイルをダウンロード

Nano Ad Block拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}