Pokemon Hack
Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!
Cos'è Pokemon Hack?
Pokemon Hack è un'estensione di Chrome sviluppata da NextGen Developer, e la sua funzione principale è "Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pokemon Hack
Scarica i file di estensione Pokemon Hack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | dgcnfokmlgijancfdakokeaibbmpljgc |
| URL Ufficiale | https://chrome.google.com/webstore/detail/pokemon-hack/dgcnfokmlgijancfdakokeaibbmpljgc |
| Descrizione | Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends! |
| Dimensione del File | 1.15 MB |
| Conteggio Installazioni | 133 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2018-03-15 |
| Data di Pubblicazione | 2018-03-15 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | NextGen Developer |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
}
]
} | |