Dense Dead
Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names
¿Qué es Dense Dead?
Dense Dead es una extensión de Chrome desarrollada por densedead, y su función principal es "Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names".
Descargar Archivo CRX de la Extensión Dense Dead
Descarga archivos de extensión Dense Dead en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | cipophnpcdpjdcipmogpooiopgdfhghm |
URL Oficial | https://chrome.google.com/webstore/detail/dense-dead/cipophnpcdpjdcipmogpooiopgdfhghm |
Descripción | Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names |
Tamaño del Archivo | 28.31 KB |
Cantidad de Instalaciones | 18 |
Versión Actual | 0.1.1 |
Última Actualización | 2017-03-16 |
Fecha de Publicación | 2017-03-16 |
Calificación | 4.00/5 Total de 2 Calificaciones |
Desarrollador | densedead |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.bricoleur.org/2017/03/dense-dead.html |
URL de la Página de Ayuda | http://www.bricoleur.org/2017/03/dense-dead.html |
Idiomas Soportados | 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*" ] } ] } |