Pokemon Hack

Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!

O que é Pokemon Hack?

Pokemon Hack é uma extensão do Chrome desenvolvida por NextGen Developer, e sua principal característica é "Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pokemon Hack

Baixe arquivos de extensão Pokemon Hack 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

                        This is just a harmless prank that adds Pokemon photos and (some) words. 
Note: This is a great extension if you are a student that uses Membean!                    

Informações Básicas da Extensão

Nome Pokemon Hack Pokemon Hack
ID dgcnfokmlgijancfdakokeaibbmpljgc
URL Oficial https://chrome.google.com/webstore/detail/pokemon-hack/dgcnfokmlgijancfdakokeaibbmpljgc
Descrição Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!
Tamanho do Arquivo 1.15 MB
Contagem de Instalações 133
Versão Atual 1.1
Última Atualização 2018-03-15
Data de Publicação 2018-03-15
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor NextGen Developer
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pokemon Hack",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!",
    "icons": {
        "16": "icon1.png",
        "128": "icon2.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "images\/*",
        "\/images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}