Pokemon Hack

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

Pokemon Hackคืออะไร?

Pokemon Hack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NextGen Developer และคุณลักษณะหลักของมันคือ "Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pokemon Hack

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}