UltraSurf Ad Blocker

Blocks the Ultra Surf popup network usage

O que é UltraSurf Ad Blocker?

UltraSurf Ad Blocker é uma extensão do Chrome desenvolvida por thegeekestofall, e sua principal característica é "Blocks the Ultra Surf popup network usage".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão UltraSurf Ad Blocker

Baixe arquivos de extensão UltraSurf Ad Blocker 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

                        It helps the user to get rid off annoying ad tabs from Ultra Surf                    

Informações Básicas da Extensão

Nome UltraSurf Ad Blocker UltraSurf Ad Blocker
ID lipagiadamcpecbedfanagiflejiiand
URL Oficial https://chromewebstore.google.com/detail/ultrasurf-ad-blocker/lipagiadamcpecbedfanagiflejiiand
Descrição Blocks the Ultra Surf popup network usage
Tamanho do Arquivo 8.98 KB
Contagem de Instalações 2,418
Versão Atual 0.1
Última Atualização 2023-02-23
Data de Publicação 2023-02-22
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor thegeekestofall
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UltraSurf Ad Blocker",
    "action": [],
    "manifest_version": 3,
    "version": "0.1",
    "description": "Blocks the Ultra Surf popup network usage",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "icons": {
        "32": "\/files\/i32.png",
        "48": "\/files\/i48.png"
    }
}