Dungeon Assist
A tool to make your dungeon runs fast and efficient.
Dungeon Assistとは何ですか?
Dungeon AssistはHW App Wizによって開発されたChromeの拡張機能で、その主な機能は「A tool to make your dungeon runs fast and efficient.」です。
拡張機能のスクリーンショット
Dungeon Assist拡張機能のCRXファイルをダウンロード
Dungeon Assist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enhances UX and functionality in dungeon in the game Hero Wars Dominion Era 拡張機能の基本情報
| 名前 | |
| ID | bgekelochpncahkfijmebeinekadnppj |
| 公式URL | https://chromewebstore.google.com/detail/dungeon-assist/bgekelochpncahkfijmebeinekadnppj |
| 説明 | A tool to make your dungeon runs fast and efficient. |
| ファイルサイズ | 2.87 MB |
| インストール数 | 42 |
| 現在のバージョン | 1.3.0 |
| 最終更新日 | 2023-09-08 |
| 公開日 | 2023-08-16 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | HW App Wiz |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dungeon Assist",
"version": "1.3.0",
"description": "A tool to make your dungeon runs fast and efficient.",
"manifest_version": 3,
"icons": {
"128": "img\/icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/ok.ru\/game\/moba",
"https:\/\/i-heroes-vk.nextersglobal.com\/*",
"https:\/\/i-heroes-mm.nextersglobal.com\/*",
"https:\/\/i-heroes-mg.nextersglobal.com\/*",
"https:\/\/i-heroes-ok.nextersglobal.com\/*",
"https:\/\/i-heroes-fb.nextersglobal.com\/*",
"https:\/\/i.hero-wars-fb.com\/*",
"https:\/\/www.hero-wars.com\/*"
],
"run_at": "document_start",
"all_frames": true,
"js": [
"injected.js"
],
"world": "MAIN"
},
{
"matches": [
"https:\/\/www.hero-wars.com\/*",
"https:\/\/apps.facebook.com\/mobaheroes\/*"
],
"run_at": "document_start",
"all_frames": true,
"js": [
"contentscript.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab"
],
"web_accessible_resources": [
{
"resources": [
"injected.js",
"img\/water.png",
"img\/earth,png",
"img\/fire.png",
"img\/mixed.png",
"img\/en.png",
"img\/ru.png",
"help.html"
],
"matches": [
" | |