Pokemon Hack

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

Pokemon Hack là gì?

Pokemon Hack là một tiện ích mở rộng Chrome được phát triển bởi NextGen Developer, và tính năng chính của nó là "Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pokemon Hack

Tải xuống các tệp mở rộng Pokemon Hack dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pokemon Hack Pokemon Hack
ID dgcnfokmlgijancfdakokeaibbmpljgc
URL Chính Thức https://chrome.google.com/webstore/detail/pokemon-hack/dgcnfokmlgijancfdakokeaibbmpljgc
Mô tả Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!
Kích Thước Tệp 1.15 MB
Số Lần Cài Đặt 133
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-03-15
Ngày Phát Hành 2018-03-15
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển NextGen Developer
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}