Remove Adblock Thing
Remove the Adblock Popup from YOUTUBE
O que é Remove Adblock Thing?
Remove Adblock Thing é uma extensão do Chrome desenvolvida por https://afixer.app, e sua principal característica é "Remove the Adblock Popup from YOUTUBE".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Remove Adblock Thing
Baixe arquivos de extensão Remove Adblock Thing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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! Informações Básicas da Extensão
| Nome | |
| ID | bfpadbloibjmakbdbmljnbacfggmghmk |
| URL Oficial | https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk |
| Descrição | Remove the Adblock Popup from YOUTUBE |
| Tamanho do Arquivo | 11.43 KB |
| Contagem de Instalações | 4,847 |
| Versão Atual | 1.0 |
| Última Atualização | 2023-11-07 |
| Data de Publicação | 2023-11-07 |
| Classificação | 4.58/5 Total de 12 Avaliações |
| Desenvolvedor | https://afixer.app |
| [email protected] | |
| Tipo de Pagamento | free |
| URL da Página de Ajuda | https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues |
| URL da Página de Política de Privacidade | https://afixer.app/privacy-policy.txt |
| Idiomas Suportados | 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"
} | |