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

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

Cos'è Аудиокниги.Клуб Ассистент?

Аудиокниги.Клуб Ассистент è un'estensione di Chrome sviluppata da alex.iolan, e la sua funzione principale è "Ассистент для упрощения работы с плеером сайта Аудиокниги.Клуб".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Аудиокниги.Клуб Ассистент

Scarica i file di estensione Аудиокниги.Клуб Ассистент in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome Аудиокниги.Клуб Ассистент Аудиокниги.Клуб Ассистент
ID oihbfhgfdbojmjpljhniknjmgccbaohg
URL Ufficiale 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
Descrizione Ассистент для упрощения работы с плеером сайта Аудиокниги.Клуб
Dimensione del File 1.97 MB
Conteggio Installazioni 114
Versione Corrente 1.0.4
Ultimo Aggiornamento 2019-09-17
Data di Pubblicazione 2019-09-17
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore alex.iolan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://audioknigi.online/
URL della Pagina di Aiuto https://github.com/alexiolan/audioknigi.assistant
Lingue Supportate 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
        }
    }
}