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
官方URL 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"
    ]
}