Dense Dead
Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names
Co je Dense Dead?
Dense Dead je rozšíření Chrome vyvinuté densedead, a jeho hlavní funkcí je „Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names“.
Stáhnout soubor CRX rozšíření Dense Dead
Stáhněte si soubory rozšíření Dense Dead ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | cipophnpcdpjdcipmogpooiopgdfhghm |
Oficiální URL | https://chrome.google.com/webstore/detail/dense-dead/cipophnpcdpjdcipmogpooiopgdfhghm |
Popis | Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names |
Velikost souboru | 28.31 KB |
Počet instalací | 18 |
Aktuální Verze | 0.1.1 |
Poslední Aktualizace | 2017-03-16 |
Datum Vydání | 2017-03-16 |
Hodnocení | 4.00/5 Celkem 2 Hodnocení |
Vývojář | densedead |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.bricoleur.org/2017/03/dense-dead.html |
URL Stránky Nápovědy | http://www.bricoleur.org/2017/03/dense-dead.html |
Podporované Jazyky | 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*" ] } ] } |