Pokemon Hack
Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!
Apa itu Pokemon Hack?
Pokemon Hack adalah ekstensi Chrome yang dikembangkan oleh NextGen Developer, dan fitur utamanya adalah "Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pokemon Hack
Unduh file ekstensi Pokemon Hack dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | dgcnfokmlgijancfdakokeaibbmpljgc |
URL Resmi | https://chrome.google.com/webstore/detail/pokemon-hack/dgcnfokmlgijancfdakokeaibbmpljgc |
Deskripsi | Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends! |
Ukuran File | 1.15 MB |
Jumlah Instalasi | 133 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2018-03-15 |
Tanggal Publikasi | 2018-03-15 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | NextGen Developer |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } ] } |