G-Chrome
G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…
什麼是G-Chrome?
G-Chrome是由DarkStar851開發的Chrome擴展程式,該擴展的主要功能是“G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to…”。
擴展截圖
下載G-Chrome擴展crx文件
下載G-Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to enable G-Earth. 擴展基本資訊
| 名稱 | |
| ID | cdjgbghobmfmfcenhoahgfnfpcadddag |
| 官方網址 | https://chromewebstore.google.com/detail/g-chrome/cdjgbghobmfmfcenhoahgfnfpcadddag |
| 簡介 | G-Chrome is a helper extension for the G-Earth Habbo packet logger tool. This extension modifies JavaScript on www.habbo.* to… |
| 檔案大小 | 630 KB |
| 安裝次數 | 435 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2022-02-10 |
| 上架時間 | 2020-12-27 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | DarkStar851 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/sirjonasxx/G-Earth/ |
| 說明頁面URL | https://github.com/sirjonasxx/G-Earth/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "G-Chrome",
"version": "0.0.2",
"content_scripts": [
{
"matches": [
"https:\/\/www.habbo.fi\/*",
"https:\/\/www.habbo.es\/*",
"https:\/\/www.habbo.it\/*",
"https:\/\/www.habbo.nl\/*",
"https:\/\/www.habbo.de\/*",
"https:\/\/www.habbo.fr\/*",
"https:\/\/www.habbo.com.br\/*",
"https:\/\/www.habbo.com\/*",
"https:\/\/www.habbo.com.tr\/*",
"https:\/\/sandbox.habbo.com\/*"
],
"js": [
"jquery-3.5.1.min.js",
"content.js"
]
}
],
"browser_action": {
"default_icon": "logo\/G-EarthLogo16.png"
},
"icons": {
"16": "logo\/G-EarthLogo16.png",
"48": "logo\/G-EarthLogo48.png",
"128": "logo\/G-EarthLogo128.png"
},
"background": {
"scripts": [
"jquery-3.5.1.min.js",
"background.js"
]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"https:\/\/www.habbo.fi\/*",
"https:\/\/www.habbo.es\/*",
"https:\/\/www.habbo.it\/*",
"https:\/\/www.habbo.nl\/*",
"https:\/\/www.habbo.de\/*",
"https:\/\/www.habbo.fr\/*",
"https:\/\/www.habbo.com.br\/*",
"https:\/\/www.habbo.com\/*",
"https:\/\/www.habbo.com.tr\/*",
"https:\/\/sandbox.habbo.com\/*",
"https:\/\/images.habbo.com\/*"
],
"web_accessible_resources": [
"misc\/*"
]
} | |