Pokemon Hack
Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!
Co je Pokemon Hack?
Pokemon Hack je rozšíření Chrome vyvinuté NextGen Developer, a jeho hlavní funkcí je „Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Pokemon Hack
Stáhněte si soubory rozšíření Pokemon Hack ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | dgcnfokmlgijancfdakokeaibbmpljgc |
Oficiální URL | https://chrome.google.com/webstore/detail/pokemon-hack/dgcnfokmlgijancfdakokeaibbmpljgc |
Popis | Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends! |
Velikost souboru | 1.15 MB |
Počet instalací | 133 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2018-03-15 |
Datum Vydání | 2018-03-15 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | NextGen Developer |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } ] } |