Remove Adblock Thing
Remove the Adblock Popup from YOUTUBE
Hvad er Remove Adblock Thing?
Remove Adblock Thing er en Chrome-udvidelse udviklet af https://afixer.app, og dens hovedfunktion er "Remove the Adblock Popup from YOUTUBE".
Udvidelsesskærmbilleder
Download Remove Adblock Thing-udvidelses-CRX-fil
Download Remove Adblock Thing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bfpadbloibjmakbdbmljnbacfggmghmk |
| Officiel URL | https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk |
| Beskrivelse | Remove the Adblock Popup from YOUTUBE |
| Filstørrelse | 11.43 KB |
| Antal Installationer | 4,847 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2023-11-07 |
| Udgivelsesdato | 2023-11-07 |
| Bedømmelse | 4.58/5 Samlet 12 Bedømmelser |
| Udvikler | https://afixer.app |
| [email protected] | |
| Betalingsmetode | free |
| Hjælpeside-URL | https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues |
| URL til Fortrolighedspolitik Side | https://afixer.app/privacy-policy.txt |
| Understøttede Sprog | 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"
} | |