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によって開発されたChromeの拡張機能で、その主な機能は「Porygon-Z has hacked into your computer and uploaded random Pokemon! Funny prank for you and your friends!」です。
拡張機能のスクリーンショット
Pokemon Hack拡張機能のCRXファイルをダウンロード
Pokemon Hack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } ] } |