Pokemon Hack

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

Wat is Pokemon Hack?

Pokemon Hack is een Chrome-extensie ontwikkeld door NextGen Developer, en de belangrijkste functie is "Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pokemon Hack

Download Pokemon Hack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Pokemon Hack Pokemon Hack
ID dgcnfokmlgijancfdakokeaibbmpljgc
Officiële URL https://chrome.google.com/webstore/detail/pokemon-hack/dgcnfokmlgijancfdakokeaibbmpljgc
Beschrijving Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!
Bestandsgrootte 1.15 MB
Aantal Installaties 133
Huidige Versie 1.1
Laatst Bijgewerkt 2018-03-15
Publicatiedatum 2018-03-15
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar NextGen Developer
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}