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.
拡張機能の基本情報
名前 | Worm Clan |
ID | lcdigmabpbapaekemeajepdbanmhfooc |
公式URL | 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 |
Eメール | [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\/*" ] } |