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