Audiotool Plus

Enjoy contemporary styling and features for Audiotool.com

什麼是Audiotool Plus?

Audiotool Plus是由nthvera開發的Chrome擴展程式,該擴展的主要功能是“Enjoy contemporary styling and features for Audiotool.com”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Audiotool Plus擴展crx文件

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

擴展使用說明

                        This extension primarily provides dark mode support for Audiotool.com, while also adding a more contemporary and subtle user interface meant to compete with other platforms.

Under the hood, this is simply an extended stylesheet that allows the user to experience modern design with faster load times, because it's solely CSS rather than CSS and JavaScript                    

擴展基本資訊

名稱 Audiotool Plus Audiotool Plus
ID pmakapongiikhcmoakbbdddfmlhmlnhk
官方網址 https://chrome.google.com/webstore/detail/audiotool-plus/pmakapongiikhcmoakbbdddfmlhmlnhk
簡介 Enjoy contemporary styling and features for Audiotool.com
檔案大小 2.75 MB
安裝次數 1,000
目前版本 2.1.11
更新時間 2019-03-02
上架時間 2019-03-02
評分 4.00/5 共 10 次評分
開發者 nthvera
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.audiotool.com
說明頁面URL https://www.audiotool.com/board/chitchat/audiotool_plus_-_in_the-dKKN6ypYP
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Audiotool Plus",
    "description": "Enjoy contemporary styling and features for Audiotool.com",
    "version": "2.1.11",
    "manifest_version": 2,
    "icons": {
        "16": "\/src\/img\/ico\/default_x16.png",
        "32": "\/src\/img\/ico\/default_x32.png",
        "48": "\/src\/img\/ico\/default_x48.png",
        "128": "\/src\/img\/ico\/default_x128.png"
    },
    "browser_action": {
        "default_icon": "\/src\/img\/ico\/default_x16.png"
    },
    "permissions": [
        "https:\/\/www.audiotool.com\/*",
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "src\/dir\/js\/index.js"
            ],
            "css": [
                "src\/dir\/css\/font\/arista-2.min.css",
                "src\/dir\/css\/font\/open-sans.min.css",
                "src\/dir\/css\/index.css",
                "src\/dir\/css\/img.css"
            ],
            "matches": [
                "https:\/\/www.audiotool.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/img\/svg\/*.svg",
        "src\/img\/png\/*.png",
        "src\/font\/*.ttf"
    ]
}