PlugGrab
PlugGrab is a Chrome Extension for plug.dj
Что такое PlugGrab?
PlugGrab - это расширение Chrome, разработанное KoDusk.XYZ, и его основная функция - "PlugGrab is a Chrome Extension for plug.dj".
Снимки экрана расширения
Скачать файл CRX расширения PlugGrab
Скачайте файлы расширений PlugGrab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
PlugGrab is a simple plugin that allows plug.dj users to download a MP3 of the current song that's playing. this works by opening a new tab to a YouTube to MP3 downloader making the process of grabbing songs you like quicker and easier. you might have to allow plug.dj in your pop-up blocker. features: - Grab Current Song - Autowoot more features to come...
Основная информация о расширении
Название | |
ID | lgbjoilbdkgdmifajehloemelajofefo |
Официальный URL | https://chrome.google.com/webstore/detail/pluggrab/lgbjoilbdkgdmifajehloemelajofefo |
Описание | PlugGrab is a Chrome Extension for plug.dj |
Размер файла | 41.86 KB |
Количество установок | 71 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2017-07-23 |
Дата публикации | 2017-07-23 |
Рейтинг | 3.00/5 Всего 3 оценок |
Разработчик | KoDusk.XYZ |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.kodusk.xyz/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PlugGrab", "short_name": "PlugGrab", "description": "PlugGrab is a Chrome Extension for plug.dj", "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.plug.dj\/*" ], "content_scripts": [ { "matches": [ "*:\/\/plug.dj\/*" ], "exclude_matches": [ "*:\/\/plug.dj\/about", "*:\/\/plug.dj\/terms", "*:\/\/plug.dj\/privacy" ], "js": [ "jquery.js", "loader.js" ], "run_at": "document_end" } ] } |