Autodarts Tools

Autodarts Tools enhances the gaming experience on autodarts.io with features like color customization and extended lobby information

什麼是Autodarts Tools?

Autodarts Tools是由creazy.eth開發的Chrome擴展程式,該擴展的主要功能是“Autodarts Tools enhances the gaming experience on autodarts.io with features like color customization and extended lobby information”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Autodarts Tools擴展crx文件

下載Autodarts Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Autodarts Tools enhances the gaming experience on https://autodarts.io/ with features like color customization, auto-start games once a player joined, extended lobby information and TV like streamer mode.

Note: This is not an official extension of the Autodarts team and is no more than a hobby project which is powered by autodarts.io                    

擴展基本資訊

名稱 Autodarts Tools Autodarts Tools
ID oolfddhehmbpdnlmoljmllcdggmkgihh
官方網址 https://chromewebstore.google.com/detail/autodarts-tools/oolfddhehmbpdnlmoljmllcdggmkgihh
簡介 Autodarts Tools enhances the gaming experience on autodarts.io with features like color customization and extended lobby information
檔案大小 114 KB
安裝次數 162
目前版本 0.0.7
更新時間 2024-03-06
上架時間 2024-02-03
評分 5.00/5 共 1 次評分
開發者 creazy.eth
電子郵箱 [email protected]
付費類型 free
擴展官網 https://autodarts.io/
說明頁面URL https://github.com/creazy231/autodarts-tools/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autodarts Tools",
    "description": "Autodarts Tools enhances the gaming experience on autodarts.io with features like color customization and extended lobby information",
    "version": "0.0.7.0",
    "version_name": "0.0.7",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-3c9839ed.js"
            ],
            "all_frames": false,
            "matches": [
                "*:\/\/play.autodarts.io\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/index-fc892df5.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/play.autodarts.io\/*"
    ],
    "permissions": [
        "storage",
        "debugger",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/play.autodarts.io\/*"
            ],
            "resources": [
                "assets\/useLocalStorage-7310c7c9.js",
                "assets\/index.ts-311e8d36.js"
            ],
            "use_dynamic_url": true
        }
    ]
}