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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
        }
    ]
}