True AdBlocker - free adblocker

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

What is True AdBlocker - free adblocker?

True AdBlocker - free adblocker is a Chrome extension developed by Underpin Extensions, and its main feature is "Block Ads On Youtube, Twitch,spotify,hulu and popup".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download True AdBlocker - free adblocker Extension CRX File

Download True AdBlocker - free adblocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name True AdBlocker - free adblocker True AdBlocker - free adblocker
ID bfnbbojgkemfejhnedknbidfceobmmek
Official URL https://chromewebstore.google.com/detail/true-adblocker-free-adblo/bfnbbojgkemfejhnedknbidfceobmmek
Description Block Ads On Youtube, Twitch,spotify,hulu and popup
File Size 2.32 MB
Installation Count 1,000
Current Version 1.6.0
Last Updated 2023-12-01
Publish Date 2023-08-15
Rating 4.77/5 Total 31 Ratings
Developer Underpin Extensions
Email [email protected]
Payment Type free
Extension Website https://www.trueadblocker.net/
Help Page URL https://www.trueadblocker.net/contact-us
Supported Languages 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\/*"
            ]
        }
    ]
}