Pokemon Hack
Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!
Qu'est-ce que Pokemon Hack ?
Pokemon Hack est une extension Chrome développée par NextGen Developer, et sa fonction principale est "Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pokemon Hack
Téléchargez les fichiers d'extension Pokemon Hack au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | dgcnfokmlgijancfdakokeaibbmpljgc |
URL Officiel | https://chrome.google.com/webstore/detail/pokemon-hack/dgcnfokmlgijancfdakokeaibbmpljgc |
Description | Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends! |
Taille du Fichier | 1.15 MB |
Nombre d'Installations | 133 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2018-03-15 |
Date de Publication | 2018-03-15 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | NextGen Developer |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } ] } |