Pokemon Hack

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

Co to jest Pokemon Hack?

Pokemon Hack to rozszerzenie Chrome opracowane przez NextGen Developer, a jego główną funkcją jest „Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pokemon Hack

Pobierz pliki rozszerzeń Pokemon Hack w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Pokemon Hack Pokemon Hack
ID dgcnfokmlgijancfdakokeaibbmpljgc
Oficjalny URL https://chrome.google.com/webstore/detail/pokemon-hack/dgcnfokmlgijancfdakokeaibbmpljgc
Opis Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!
Rozmiar pliku 1.15 MB
Liczba instalacji 133
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2018-03-15
Data Publikacji 2018-03-15
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper NextGen Developer
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}