Worm Clan
This extension will save the server used by Wormate.io
什麼是Worm Clan?
Worm Clan是由rostomdz開發的Chrome擴展程式,該擴展的主要功能是“This extension will save the server used by Wormate.io”。
擴展截圖
下載Worm Clan擴展crx文件
下載Worm Clan擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Worm Clan extension
This extension works on Wormate.io , it's a successful online game with dynamic storyline and fun graphics.
This extension enables you to create clans and select rooms. 擴展基本資訊
| 名稱 | |
| ID | lcdigmabpbapaekemeajepdbanmhfooc |
| 官方網址 | https://chromewebstore.google.com/detail/worm-clan/lcdigmabpbapaekemeajepdbanmhfooc |
| 簡介 | This extension will save the server used by Wormate.io |
| 檔案大小 | 51.42 KB |
| 安裝次數 | 299 |
| 目前版本 | 0.0.0.1 |
| 更新時間 | 2021-06-10 |
| 上架時間 | 2021-06-10 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | rostomdz |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://wormclan.com |
| 說明頁面URL | https://wormclan.com |
| 隱私政策頁面URL | https://wormclan.com/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Worm Clan",
"description": "This extension will save the server used by Wormate.io",
"version": "0.0.0.1",
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"run_at": "document_end",
"matches": [
"*:\/\/*.wormate.io\/*"
]
}
],
"browser_action": {
"default_icon": "popup\/icon.png",
"default_popup": "popup\/popup.html"
},
"web_accessible_resources": [
"content.json",
"Contents\/css\/bootstrap.min.css",
"Contents\/js\/bootstrap.bundle.min.js",
"settings_loader.js"
],
"permissions": [
"tabs",
"storage",
"webRequest",
"webRequestBlocking",
"*:\/\/*.wormate.io\/*"
]
} | |