GutePopUpBlock
Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!
O que é GutePopUpBlock?
GutePopUpBlock é uma extensão do Chrome desenvolvida por twenty20twenty, e sua principal característica é "Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GutePopUpBlock
Baixe arquivos de extensão GutePopUpBlock 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
So you decided to install an Addblocker and now every time you visit this Website you get this annoying popup asking you to disable it? This extension solves this problem! You have to do nothing, other than installing this extension, the blocking will happen automatically.
Informações Básicas da Extensão
Nome | GutePopUpBlock |
ID | fjglbfohbfdbhjjaddefmbocmadmleld |
URL Oficial | https://chrome.google.com/webstore/detail/gutepopupblock/fjglbfohbfdbhjjaddefmbocmadmleld |
Descrição | Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup! |
Tamanho do Arquivo | 6.13 KB |
Contagem de Instalações | 128 |
Versão Atual | 1.0 |
Última Atualização | 2022-10-13 |
Data de Publicação | 2022-10-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | twenty20twenty |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GutePopUpBlock", "description": "Blocks the GuteFrage \"PlEaSe dIsAbLe yOuR AdBlOcKer\" popup!", "version": "1.0", "manifest_version": 3, "icons": { "48": "\/images\/guteIcon_square.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.gutefrage.net\/*" ], "js": [ "blocker.js" ] } ] } |