Trend Micro Ad Blocker: Powerful Ad Blocker

Stop seeing intrusive video, pop-up, interstitial, and banner ads on the web.

Τι είναι το Trend Micro Ad Blocker: Powerful Ad Blocker;

Το Trend Micro Ad Blocker: Powerful Ad Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον consumer pcc, και η κύρια λειτουργία του είναι "Stop seeing intrusive video, pop-up, interstitial, and banner ads on the web.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Trend Micro Ad Blocker: Powerful Ad Blocker

Λήψη αρχείων επέκτασης Trend Micro Ad Blocker: Powerful Ad Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Trend Micro Ad Blocker can help stop annoying online ads from bothering you, make web pages load faster, and even enhance your security.

Stop seeing intrusive video, pop-up, interstitial, and banner ads on the web.

Easily make exceptions to keep seeing ads on the websites you want to support.

See how much faster websites open once unwanted ads no longer appear. Try Trend Micro Ad Blocker for free right now to enjoy all these advantages.

Key Benefits:

1. Block Ads Effectively
Stop seeing all sorts of ads on the websites you visit and start enjoying the web more.

2. Browse the Web More Safely
Protect your privacy and personal information by disrupting tracking systems and blocking sneaky scams or suspicious ads.

3. Open Websites Faster
Preventing ads from showing up makes websites appear more quickly so you can get more done.

4. Trust Your Favorite Websites
Put the websites that you want to support on an exception list so they can keep earning money by showing ads to you.

5. Keep Things Simple
Take advantage of all of these features easily without spending a lot of time setting up or learning how to use the app.

6. Get the Support You Need
Find recommendations and useful advice on the support page, or ask for help through email or an online chat.

Your suggestions can make Trend Micro Ad Blocker even better. Share your ideas through the Chrome Web Store or the feedback page inside the Trend Micro Ad Blocker app.
 
Trend Micro Privacy Policy
http://gr.trendmicro.com/GREntry/NonPayment?Target=AdBlockOneChrome&OS=&SP=&PID=CABO10&FunID=DataCollectionNotice&VID=&Locale=EN-US
Trend Micro License Agreement
http://gr.trendmicro.com/GREntry/NonPayment?Target=AdBlockOneChrome&OS=&SP=&PID=CABO10&FunID=LicenseAgreement&VID=&Locale=EN-US

Customer Support: [email protected]

Please be advised that this app is only offered in English in this country.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Trend Micro Ad Blocker: Powerful Ad Blocker Trend Micro Ad Blocker: Powerful Ad Blocker
ID pmekfefnodgilnnjcfkkdjlebokonhpm
Επίσημο URL https://chromewebstore.google.com/detail/trend-micro-ad-blocker-po/pmekfefnodgilnnjcfkkdjlebokonhpm
Περιγραφή Stop seeing intrusive video, pop-up, interstitial, and banner ads on the web.
Μέγεθος Αρχείου 4.39 MB
Αριθμός Εγκαταστάσεων 32,149
Τρέχουσα Έκδοση 2.0.1.1069
Τελευταία Ενημέρωση 2023-01-19
Ημερομηνία Δημοσίευσης 2022-12-21
Αξιολόγηση 4.00/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής consumer pcc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://gr.trendmicro.com/GREntry/NonPayment?Target=AdBlockOneChrome&OS=&SP=&PID=CABO10&FunID=SupportHome&VID=&Locale=EN-US
Διεύθυνση URL της Σελίδας Βοήθειας http://gr.trendmicro.com/GREntry/NonPayment?Target=AdBlockOneChrome&OS=&SP=&PID=CABO10&FunID=SupportHome&VID=&Locale=EN-US
URL της Σελίδας Πολιτικής Απορρήτου https://www.trendmicro.com/en_us/about/legal/privacy-policy-product.html
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,it,pt-BR,ru,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "import-content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "import-advContent.js"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "path": "rules\/ruleset_1.json",
                "enabled": true,
                "id": "ruleset_1"
            },
            {
                "path": "rules\/ruleset_2.json",
                "enabled": true,
                "id": "ruleset_2"
            },
            {
                "path": "rules\/ruleset_3.json",
                "enabled": true,
                "id": "ruleset_3"
            },
            {
                "path": "rules\/ruleset_4.json",
                "enabled": true,
                "id": "ruleset_4"
            }
        ]
    },
    "name": "__MSG_extension_name__",
    "default_locale": "en",
    "icons": {
        "512": ".\/static\/images\/icon\/icon-512.png",
        "48": ".\/static\/images\/icon\/icon-48.png",
        "96": ".\/static\/images\/icon\/icon-96.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true,
            "resources": [
                "*.html",
                "*_locales\/**\/*.json",
                "*static\/adScript\/*.json",
                "static\/adScript\/*.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "chunks\/*-*.js",
                "content.js",
                "advContent.js"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "version": "2.0.1.1069",
    "options_page": ".\/static\/page\/option.html",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "32": ".\/static\/images\/icon\/toolbar-icon-32.png",
            "16": ".\/static\/images\/icon\/toolbar-icon-16.png"
        },
        "default_popup": ".\/static\/page\/popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "tabs",
        "webNavigation",
        "scripting"
    ],
    "description": "__MSG_extension_description__"
}