Annoying Browsing

Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that

O que é Annoying Browsing?

Annoying Browsing é uma extensão do Chrome desenvolvida por kalandrey92, e sua principal característica é "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Annoying Browsing

Baixe arquivos de extensão Annoying Browsing 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

                        Sometimes you just want to spice up your regular internet browsing experience. There's a ton of very helpful extensions out there which make your life easier. This extension doesn't. Experience hardcore rages and headache-inducing fonts or make text completely disappear. Perfect to use on your friend's computer.                    

Informações Básicas da Extensão

Nome Annoying Browsing Annoying Browsing
ID amocooflhobdfdnlkpdnapkcafolalhh
URL Oficial https://chromewebstore.google.com/detail/annoying-browsing/amocooflhobdfdnlkpdnapkcafolalhh
Descrição Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that
Tamanho do Arquivo 4.43 KB
Contagem de Instalações 859
Versão Atual 1
Última Atualização 2016-12-18
Data de Publicação 2016-12-18
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor kalandrey92
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Annoying Browsing",
    "version": "1",
    "permissions": [
        "activeTab"
    ],
    "description": "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that",
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}