True AdBlocker - free adblocker

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

Vad är True AdBlocker - free adblocker?

True AdBlocker - free adblocker är en Chrome-tillägg utvecklad av Underpin Extensions, och dess huvudfunktion är "Block Ads On Youtube, Twitch,spotify,hulu and popup".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner True AdBlocker - free adblocker-förlängningens CRX-fil

Ladda ner True AdBlocker - free adblocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn True AdBlocker - free adblocker True AdBlocker - free adblocker
ID bfnbbojgkemfejhnedknbidfceobmmek
Officiell webbadress https://chromewebstore.google.com/detail/true-adblocker-free-adblo/bfnbbojgkemfejhnedknbidfceobmmek
Beskrivning Block Ads On Youtube, Twitch,spotify,hulu and popup
Filstorlek 2.32 MB
Antal Installationer 1,000
Aktuell Version 1.6.0
Senast Uppdaterad 2023-12-01
Publiceringsdatum 2023-08-15
Betyg 4.77/5 Totalt 31 Betyg
Utvecklare Underpin Extensions
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.trueadblocker.net/
Hjälpsida URL https://www.trueadblocker.net/contact-us
Stödda Språk 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\/*"
            ]
        }
    ]
}