Remove Adblock Thing

Remove the Adblock Popup from YOUTUBE

Что такое Remove Adblock Thing?

Remove Adblock Thing - это расширение Chrome, разработанное https://afixer.app, и его основная функция - "Remove the Adblock Popup from YOUTUBE".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Remove Adblock Thing

Скачайте файлы расширений Remove Adblock Thing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Remove the Adblock Popup from YouTube

This extension packages the 'RemoveAdblockThing' script, which can be found at . This script effectively blocks YouTube's ad blocker detection popup.

Features:

- Lightweight: This extension is designed to be lightweight, ensuring it won't slow down your browsing experience.
- No Additional Permissions Required: You won't need to grant any additional permissions for this extension to work.
- Open Source: This extension is open source and can be found at .
- No Tampermonkey Required: This extension functions as a standalone script, eliminating the need to install Tampermonkey first. Simply install this extension and enjoy an ad-free YouTube experience!                    

Основная информация о расширении

Название Remove Adblock Thing Remove Adblock Thing
ID bfpadbloibjmakbdbmljnbacfggmghmk
Официальный URL https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk
Описание Remove the Adblock Popup from YOUTUBE
Размер файла 11.43 KB
Количество установок 4,847
Текущая Версия 1.0
Последнее Обновление 2023-11-07
Дата публикации 2023-11-07
Рейтинг 4.58/5 Всего 12 оценок
Разработчик https://afixer.app
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues
URL страницы политики конфиденциальности https://afixer.app/privacy-policy.txt
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "Remove the Adblock Popup from YOUTUBE",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Remove Adblock Thing",
    "version": "1.0"
}