Popup Annoyer

A simple chrome extensions, just to annoy people. That's it.

O que é Popup Annoyer?

Popup Annoyer é uma extensão do Chrome desenvolvida por https://kris10ansn.github.io, e sua principal característica é "A simple chrome extensions, just to annoy people. That's it.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Popup Annoyer

Baixe arquivos de extensão Popup Annoyer 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

                        Use this on whoever at your own risk, I do not take responsibility of anything that happens when this extension is used :)                    

Informações Básicas da Extensão

Nome Popup Annoyer Popup Annoyer
ID hpgmmcbcpgjlkfpdelbidecgohplfcck
URL Oficial https://chromewebstore.google.com/detail/popup-annoyer/hpgmmcbcpgjlkfpdelbidecgohplfcck
Descrição A simple chrome extensions, just to annoy people. That's it.
Tamanho do Arquivo 196 KB
Contagem de Instalações 6,159
Versão Atual 1.1.0
Última Atualização 2019-12-07
Data de Publicação 2019-12-07
Classificação 4.29/5 Total de 7 Avaliações
Desenvolvedor https://kris10ansn.github.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://kris10ansn.github.io
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Popup Annoyer",
    "short_name": "Annoyer",
    "version": "1.1.0",
    "description": "A simple chrome extensions, just to annoy people. That's it.",
    "icons": {
        "16": "icons\/icon16.jpg",
        "48": "icons\/icon48.jpg",
        "128": "icons\/icon128.jpg"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "offline_enabled": true,
    "manifest_version": 2
}