AdsSecured

Removes advertisements and tracking scripts.

AdsSecuredとは何ですか?

AdsSecuredはhttps://ads-secured.comによって開発されたChromeの拡張機能で、その主な機能は「Removes advertisements and tracking scripts.」です。

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

screenshot

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

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

拡張機能の使用方法

                        AdsSecured is the definitive ad blocker, as it removes pop-ups, annoying banners, tracking scripts and video ads.

Use AdsSecured to get rid of banner ads, pop-ups, tracking scripts and video ads and stop advertising companies from tracking your movements on the Internet.

Surf the web safely and ad-free with the most comprehensive and lightweight adblock extension for Chrome!

AdsSecured blocks:

- Annoying banner ads
- YouTube ads
- Annoying sponsored stories
- Ad network tracking
- Pop-ups and pop-unders
- Any type of community that is reported as annoying advertising.                    

拡張機能の基本情報

名前 AdsSecured AdsSecured
ID jigofigfieopipblcoodpblckbolkaaj
公式URL https://chromewebstore.google.com/detail/adssecured/jigofigfieopipblcoodpblckbolkaaj
説明 Removes advertisements and tracking scripts.
ファイルサイズ 1.2 MB
インストール数 24,793
現在のバージョン 1.0.11
最終更新日 2023-01-11
公開日 2023-01-09
評価 3.67/5 合計 3 レビュー
開発者 https://ads-secured.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.ads-secured.com
ヘルプページのURL https://www.ads-secured.com/privacy-policy/
プライバシーポリシーページのURL https://www.ads-secured.com/privacy-policy
対応言語 de,en,fr,nl,es,it,pl
manifest.json
{
    "action": {
        "default_icon": {
            "128": "resources\/icons\/128.png"
        },
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": "js\/serviceWorker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/vendors\/AdguardTeam\/ExtendedCss.js",
                "js\/contentScript.js"
            ],
            "match_about_blank": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules_1",
                "enabled": true,
                "path": "resources\/rules\/1.json"
            },
            {
                "id": "rules_2",
                "enabled": true,
                "path": "resources\/rules\/2.json"
            },
            {
                "id": "rules_3",
                "enabled": true,
                "path": "resources\/rules\/3.json"
            },
            {
                "id": "rules_4",
                "enabled": true,
                "path": "resources\/rules\/4.json"
            },
            {
                "id": "rules_5",
                "enabled": true,
                "path": "resources\/rules\/5.json"
            },
            {
                "id": "rules_6",
                "enabled": true,
                "path": "resources\/rules\/6.json"
            },
            {
                "id": "rules_7",
                "enabled": true,
                "path": "resources\/rules\/7.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "resources\/icons\/128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "alarms",
        "declarativeNetRequest",
        "scripting",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "short_name": "__MSG_appName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.11",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "resources\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}