Pokemon Hack

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

What is Pokemon Hack?

Pokemon Hack is a Chrome extension developed by NextGen Developer, and its main feature is "Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Pokemon Hack Extension CRX File

Download Pokemon Hack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Pokemon Hack Pokemon Hack
ID dgcnfokmlgijancfdakokeaibbmpljgc
Official URL https://chrome.google.com/webstore/detail/pokemon-hack/dgcnfokmlgijancfdakokeaibbmpljgc
Description Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!
File Size 1.15 MB
Installation Count 133
Current Version 1.1
Last Updated 2018-03-15
Publish Date 2018-03-15
Rating 3.67/5 Total 3 Ratings
Developer NextGen Developer
Email [email protected]
Payment Type free
Supported Languages 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
        }
    ]
}