Dense Dead

Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names

O que é Dense Dead?

Dense Dead é uma extensão do Chrome desenvolvida por densedead, e sua principal característica é "Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names".

Baixar o arquivo CRX da Extensão Dense Dead

Baixe arquivos de extensão Dense Dead no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Dense Dead Dense Dead
ID cipophnpcdpjdcipmogpooiopgdfhghm
URL Oficial https://chrome.google.com/webstore/detail/dense-dead/cipophnpcdpjdcipmogpooiopgdfhghm
Descrição Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names
Tamanho do Arquivo 28.31 KB
Contagem de Instalações 18
Versão Atual 0.1.1
Última Atualização 2017-03-16
Data de Publicação 2017-03-16
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor densedead
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.bricoleur.org/2017/03/dense-dead.html
URL da Página de Ajuda http://www.bricoleur.org/2017/03/dense-dead.html
Idiomas Suportados 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*"
            ]
        }
    ]
}