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\/*"
            ]
        }
    ]
}