Remove Adblock Thing

Remove the Adblock Popup from YOUTUBE

Co to jest Remove Adblock Thing?

Remove Adblock Thing to rozszerzenie Chrome opracowane przez https://afixer.app, a jego główną funkcją jest „Remove the Adblock Popup from YOUTUBE”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Remove Adblock Thing

Pobierz pliki rozszerzeń Remove Adblock Thing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Remove Adblock Thing Remove Adblock Thing
ID bfpadbloibjmakbdbmljnbacfggmghmk
Oficjalny URL https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk
Opis Remove the Adblock Popup from YOUTUBE
Rozmiar pliku 11.43 KB
Liczba instalacji 4,847
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-11-07
Data Publikacji 2023-11-07
Ocena 4.58/5 Łącznie 12 Oceny
Deweloper https://afixer.app
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues
Adres URL Strony Polityki Prywatności https://afixer.app/privacy-policy.txt
Obsługiwane Języki 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"
}