True AdBlocker - free adblocker

Block Ads On Youtube, Twitch,spotify,hulu and popup

Τι είναι το True AdBlocker - free adblocker;

Το True AdBlocker - free adblocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Underpin Extensions, και η κύρια λειτουργία του είναι "Block Ads On Youtube, Twitch,spotify,hulu and popup".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης True AdBlocker - free adblocker

Λήψη αρχείων επέκτασης True AdBlocker - free adblocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Disable pop-ups and advertisements on your preferred websites, including Facebook, Twitch, and YouTube.
The best trueAdblocker has over 60 million users and has been downloaded over 350 million times on Chrome.

Features
1.Stop pop-ups, advertisements, and bothersome banners (and get rid of video commercials, too!) on all of your favourite websites, including YouTube, Facebook, and Twitch.
2.Block unauthorised trackers to safeguard your privacy.
3.By preventing unwanted advertisements, frauds, and Bitcoin miners, you may browse securely.
4.Enjoy faster internet by improving page load times.
5.Use filters, whitelists, dark mode, and other vibrant themes to make your experience more unique.
6.Backup and synchronise your custom ad-blocking rules and whitelists across all of your Chrome profiles.
7.Replace some adverts with images of cats, dogs, and landscapes to enjoy personalised ad blocking.
8.Receive immediate help from the trueAdblocker team and benefit from a comprehensive Help Center.

About

To block advertisements on the entire web, download the free trueAdblocker from trueAdblocker. In addition to defending your browser against viruses, trueAdblocker also prevents advertising from accessing your browsing history and private data.

Chrome's trueAdlocker operates automatically. To see the ads gone, simply click "Add to Chrome" and then visit your desired page. Continue to see unobtrusive advertisements, add your favourite websites to a whitelist, or automatically ban all ads.

Being a member of the Acceptable Advertising program, trueAdblocker allows modest advertisements to run on websites without being automatically disabled. Because we think users should prefer what they view online, trueAdblocker's settings make it simple to opt-out.

Notes

The warning you see about someone having access to your browsing history and website data was generated automatically because trueAdblocker runs in every tab. Yet, neither does it truly track your surfing history or require your personal data to work properly.                    

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

Όνομα True AdBlocker - free adblocker True AdBlocker - free adblocker
ID bfnbbojgkemfejhnedknbidfceobmmek
Επίσημο URL https://chromewebstore.google.com/detail/true-adblocker-free-adblo/bfnbbojgkemfejhnedknbidfceobmmek
Περιγραφή Block Ads On Youtube, Twitch,spotify,hulu and popup
Μέγεθος Αρχείου 2.32 MB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.6.0
Τελευταία Ενημέρωση 2023-12-01
Ημερομηνία Δημοσίευσης 2023-08-15
Αξιολόγηση 4.77/5 Συνολικά 31 Αξιολογήσεις
Προγραμματιστής Underpin Extensions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.trueadblocker.net/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.trueadblocker.net/contact-us
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "True AdBlocker - free adblocker",
    "description": "Block Ads On Youtube, Twitch,spotify,hulu and popup",
    "version": "1.6.0",
    "manifest_version": 3,
    "icons": {
        "16": "TrueAdBlocker16x16.png",
        "48": "TrueAdBlocker48x48.png",
        "128": "TrueAdBlocker128x128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "TrueAdBlocker True AdBlocker - free adblocker",
        "default_icon": "TrueAdBlocker16x16.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "adRemove.js",
                "removeTwitchAds.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "contentScriptSpotify.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "Youtube.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "adRemove.js",
                "removeTwitchAds.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        },
        {
            "resources": [
                "contentScriptSpotify.js",
                "adsSweetalertSpotify.js",
                "adsAdsRemoveSpotify.js",
                "adswsHooksSpotify.js"
            ],
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ]
        }
    ]
}