9gag Volume control
This plugin adds volume control to video files on 9gag.
Что такое 9gag Volume control?
9gag Volume control - это расширение Chrome, разработанное DEHbKA, и его основная функция - "This plugin adds volume control to video files on 9gag.".
Снимки экрана расширения
Скачать файл CRX расширения 9gag Volume control
Скачайте файлы расширений 9gag Volume control в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This plugin adds volume/sound control to video files on 9gag.
Основная информация о расширении
Название | 9gag Volume control |
ID | eibnpeegkdkfcoaakejdjcimjjncefln |
Официальный URL | https://chromewebstore.google.com/detail/9gag-volume-control/eibnpeegkdkfcoaakejdjcimjjncefln |
Описание | This plugin adds volume control to video files on 9gag. |
Размер файла | 13.36 KB |
Количество установок | 759 |
Текущая Версия | 0.3 |
Последнее Обновление | 2020-04-02 |
Дата публикации | 2020-04-02 |
Рейтинг | 5.00/5 Всего 9 оценок |
Разработчик | DEHbKA |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | http://dehbka.biz.ua |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "9gag Volume control", "version": "0.3", "description": "This plugin adds volume control to video files on 9gag.", "author": "[email protected]", "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "browser_action": { "default_icon": "\/icons\/128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/9gag.com\/*" ], "js": [ "main.js" ], "css": [ "main.css" ] } ] } |