Dense Dead
Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names
Что такое Dense Dead?
Dense Dead - это расширение Chrome, разработанное densedead, и его основная функция - "Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names".
Скачать файл CRX расширения Dense Dead
Скачайте файлы расширений Dense Dead в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Rewrites stream URLS from the wonderful Grateful Dead shows available from the Internet Archive to go through DenseDead.com which strips out Drums and Space (I find them too spacey for when I am working). More info at: http://www.bricoleur.org/2017/03/dense-dead.html Note that if you visit the Internet Archive URL for the show with the Dense Dead chrome extension installed, clicking on the VBR Stream Playlist link will automagically give you the denser m3u file even though the page itself still shows the full show.
Основная информация о расширении
Название | |
ID | cipophnpcdpjdcipmogpooiopgdfhghm |
Официальный URL | https://chrome.google.com/webstore/detail/dense-dead/cipophnpcdpjdcipmogpooiopgdfhghm |
Описание | Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names |
Размер файла | 28.31 KB |
Количество установок | 18 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2017-03-16 |
Дата публикации | 2017-03-16 |
Рейтинг | 4.00/5 Всего 2 оценок |
Разработчик | densedead |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.bricoleur.org/2017/03/dense-dead.html |
URL страницы помощи | http://www.bricoleur.org/2017/03/dense-dead.html |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dense Dead", "version": "0.1.1", "description": "Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names", "homepage_url": "http:\/\/www.bricoleur.org\/2017\/03\/dense-dead.html", "author": "@amac", "icons": { "32": "DenseDead32.png", "64": "DenseDead64.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/archive.org\/details\/gd*" ] } ] } |