Pokemon Hack
Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!
Pokemon Hack क्या है?
Pokemon Hack NextGen Developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pokemon Hack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dgcnfokmlgijancfdakokeaibbmpljgc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/pokemon-hack/dgcnfokmlgijancfdakokeaibbmpljgc |
विवरण | Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends! |
फ़ाइल का आकार | 1.15 MB |
स्थापना संख्या | 133 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2018-03-15 |
प्रकाशन तिथि | 2018-03-15 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | NextGen Developer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } ] } |