Pokemon Hack

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

什么是Pokemon Hack?

Pokemon Hack是由NextGen Developer开发的Chrome扩展程序,该扩展的主要功能是“Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Pokemon Hack扩展crx文件

下载Pokemon Hack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Pokemon Hack Pokemon Hack
ID dgcnfokmlgijancfdakokeaibbmpljgc
官方URL https://chrome.google.com/webstore/detail/pokemon-hack/dgcnfokmlgijancfdakokeaibbmpljgc
简介 Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!
文件大小 1.15 MB
安装次数 133
当前版本 1.1
更新时间 2018-03-15
上架时间 2018-03-15
评分 3.67/5 共3次评分
开发者 NextGen Developer
电子邮箱 [email protected]
付费类型 free
支持的语言 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
        }
    ]
}