Total Adblock - Ad Blocker

Instantly block annoying ads, pop-ups & intrusive trackers with Total Adblock.

Total Adblock - Ad Blockerとは何ですか?

Total Adblock - Ad Blockerはhttps://totaladblocker.comによって開発されたChromeの拡張機能で、その主な機能は「Instantly block annoying ads, pop-ups & intrusive trackers with Total Adblock.」です。

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

screenshot
screenshot
screenshot

Total Adblock - Ad Blocker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Total Adblock is the one tool you need to take full control of your online browsing experience.

Instantly eliminate unwanted adverts, intrusive notifications and advertising trackers within a matter of a few clicks.

Key benefits include:

Block Unwanted Ads & Trackers

Enjoy the internet peacefully without any limits by removing unwanted ads & trackers.

You also have an option for ‘Acceptable Ads’ should you wish to manage your own list of websites.

Disable Annoying Notifications

Instantly disable annoying browser push notifications from appearing and getting in your way with our 'Pop-Up Blocker' feature.

Get back in the driving seat today and take full control of your browsing experience with our 7 day free premium access to disable unwanted ads, intrusive trackers and annoying notifications.

Your Total Adblock trial license will provide you with complimentary access to our premium service.

During your trial period you will be able to experience blocking unlimited ads and trackers on all websites for the length of your allocated evaluation license.

Upon expiration you have the ability to continue to use our adblock free of charge but will require a premium license if you wish to block ads & trackers on popular websites.

We collect your IP address on initial installation in order to allocate your free trial access without requiring any personal information. You will only be required to provide personal details such as your name, email address & payment credentials should you wish to activate a premium subscription.

Further details of both our terms & privacy policies can be found below:

Terms: https://www.totaladblock.com/terms
Privacy: https://www.totaladblock.com/privacy

More details can be found on on pricing page https://www.totaladblock.com/pricing

Total AdBlock will not store or log your data your privacy is our priority.

This service is sold by Protected.net Group Limited.

YouTube™ is a trademark of Google Inc. Use of this trademark is subject to Google permissions.                    

拡張機能の基本情報

名前 Total Adblock - Ad Blocker Total Adblock - Ad Blocker
ID gekdekpbfehejjiecgonmgmepbdnaggp
公式URL https://chromewebstore.google.com/detail/total-adblock-ad-blocker/gekdekpbfehejjiecgonmgmepbdnaggp
説明 Instantly block annoying ads, pop-ups & intrusive trackers with Total Adblock.
ファイルサイズ 51.15 MB
インストール数 1,154,889
現在のバージョン 3.14.1
最終更新日 2023-10-11
公開日 2021-01-21
評価 3.53/5 合計 1265 レビュー
開発者 https://totaladblocker.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.totaladblock.com/
ヘルプページのURL https://my.totaladblock.com/support
プライバシーポリシーページのURL https://www.totalav.com/privacy
対応言語 de,en,fr,nl,no,tr,da,es,it,pl,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Total Adblock - Ad Blocker",
    "author": "Protected.net",
    "description": "__MSG_manifest_description__",
    "version": "3.14.1",
    "web_accessible_resources": [
        "assets\/img\/*",
        "app\/serve_injectable_content\/*",
        "adguard\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/img\/_brand\/icon\/16px.png",
            "24": "assets\/img\/_brand\/icon\/24px.png",
            "32": "assets\/img\/_brand\/icon\/32px.png",
            "48": "assets\/img\/_brand\/icon\/48px.png",
            "64": "assets\/img\/_brand\/icon\/64px.png"
        },
        "default_popup": "app\/popup\/index.html"
    },
    "icons": {
        "16": "assets\/img\/_brand\/icon\/16px.png",
        "24": "assets\/img\/_brand\/icon\/24px.png",
        "32": "assets\/img\/_brand\/icon\/32px.png",
        "48": "assets\/img\/_brand\/icon\/48px.png",
        "64": "assets\/img\/_brand\/icon\/64px.png",
        "72": "assets\/img\/_brand\/icon\/72px.png",
        "96": "assets\/img\/_brand\/icon\/96px.png",
        "128": "assets\/img\/_brand\/icon\/128px.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "app\/background\/background.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/app\/continuous_protection_listener\/continuous_protection_listener.min.js"
            ],
            "matches": [
                "http:\/\/*\/continuous-protection",
                "https:\/\/*\/continuous-protection"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "assets\/js\/library\/adguard\/adguard-content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "app\/injectable_content\/injectable_content.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "app\/my_dot_dashboard_modifier\/my_dot_dashboard_modifier.min.js"
            ],
            "matches": [
                "*:\/\/my.totaladblock.com\/*",
                "*:\/\/my.totalwebshield.com\/*",
                "*:\/\/my.totalav.com\/*",
                "*:\/\/adblock.totalav.com\/*",
                "*:\/\/av.totaladblock.com\/*",
                "*:\/\/adblock.totaladblock.com\/*",
                "*:\/\/adblock.totalwebshield.com\/*",
                "*:\/\/shield.totaladblock.com\/*",
                "*:\/\/browser.totaladblock.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "alarms",
        "browsingData",
        "contentSettings",
        "cookies",
        "notifications",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        ""
    ]
}