Dense Dead
Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names
Co to jest Dense Dead?
Dense Dead to rozszerzenie Chrome opracowane przez densedead, a jego główną funkcją jest „Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names”.
Pobierz plik CRX rozszerzenia Dense Dead
Pobierz pliki rozszerzeń Dense Dead w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cipophnpcdpjdcipmogpooiopgdfhghm |
Oficjalny URL | https://chrome.google.com/webstore/detail/dense-dead/cipophnpcdpjdcipmogpooiopgdfhghm |
Opis | Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names |
Rozmiar pliku | 28.31 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2017-03-16 |
Data Publikacji | 2017-03-16 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | densedead |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.bricoleur.org/2017/03/dense-dead.html |
Adres URL Strony Pomocy | http://www.bricoleur.org/2017/03/dense-dead.html |
Obsługiwane Języki | 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*" ] } ] } |