Аудиокниги.Клуб Ассистент

Ассистент для упрощения работы с плеером сайта Аудиокниги.Клуб

What is Аудиокниги.Клуб Ассистент?

Аудиокниги.Клуб Ассистент is a Chrome extension developed by alex.iolan, and its main feature is "Ассистент для упрощения работы с плеером сайта Аудиокниги.Клуб".

Extension Screenshots

screenshot
screenshot

Download Аудиокниги.Клуб Ассистент Extension CRX File

Download Аудиокниги.Клуб Ассистент extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - Работает в фоне;
- Можно останавливать/запускать плеер из любого места;
- Есть поддержка горячих клавиш, настраивается через "chrome://extensions/shortcuts".

Идеи и предложения по улучшению пишите в "https://github.com/alexiolan/audioknigi.assistant/issues" или на "[email protected]".                    

Extension Basic Information

Name Аудиокниги.Клуб Ассистент Аудиокниги.Клуб Ассистент
ID oihbfhgfdbojmjpljhniknjmgccbaohg
Official URL https://chromewebstore.google.com/detail/%D0%B0%D1%83%D0%B4%D0%B8%D0%BE%D0%BA%D0%BD%D0%B8%D0%B3%D0%B8%D0%BA%D0%BB%D1%83%D0%B1-%D0%B0%D1%81%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BD%D1%82/oihbfhgfdbojmjpljhniknjmgccbaohg
Description Ассистент для упрощения работы с плеером сайта Аудиокниги.Клуб
File Size 1.97 MB
Installation Count 114
Current Version 1.0.4
Last Updated 2019-09-17
Publish Date 2019-09-17
Rating 4.00/5 Total 2 Ratings
Developer alex.iolan
Email [email protected]
Payment Type free
Extension Website https://audioknigi.online/
Help Page URL https://github.com/alexiolan/audioknigi.assistant
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0410\u0443\u0434\u0438\u043e\u043a\u043d\u0438\u0433\u0438.\u041a\u043b\u0443\u0431 \u0410\u0441\u0441\u0438\u0441\u0442\u0435\u043d\u0442",
    "description": "\u0410\u0441\u0441\u0438\u0441\u0442\u0435\u043d\u0442 \u0434\u043b\u044f \u0443\u043f\u0440\u043e\u0449\u0435\u043d\u0438\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u043f\u043b\u0435\u0435\u0440\u043e\u043c \u0441\u0430\u0439\u0442\u0430 \u0410\u0443\u0434\u0438\u043e\u043a\u043d\u0438\u0433\u0438.\u041a\u043b\u0443\u0431",
    "version": "1.0.4",
    "permissions": [
        "tabs",
        "*:\/\/akniga.org\/*"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/akniga.org\/*"
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "toggle-play": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Play\/Pause",
            "global": true
        }
    }
}