Audiotool Plus

Enjoy contemporary styling and features for Audiotool.com

Что такое Audiotool Plus?

Audiotool Plus - это расширение Chrome, разработанное nthvera, и его основная функция - "Enjoy contemporary styling and features for Audiotool.com".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Audiotool Plus

Скачайте файлы расширений 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"
    ]
}