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 |
| 官方網址 | 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
}
]
} | |