Dense Dead

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

Vad är Dense Dead?

Dense Dead är en Chrome-tillägg utvecklad av densedead, och dess huvudfunktion är "Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names".

Ladda ner Dense Dead-förlängningens CRX-fil

Ladda ner Dense Dead-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Dense Dead Dense Dead
ID cipophnpcdpjdcipmogpooiopgdfhghm
Officiell webbadress https://chrome.google.com/webstore/detail/dense-dead/cipophnpcdpjdcipmogpooiopgdfhghm
Beskrivning Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names
Filstorlek 28.31 KB
Antal Installationer 18
Aktuell Version 0.1.1
Senast Uppdaterad 2017-03-16
Publiceringsdatum 2017-03-16
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare densedead
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.bricoleur.org/2017/03/dense-dead.html
Hjälpsida URL http://www.bricoleur.org/2017/03/dense-dead.html
Stödda Språk 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*"
            ]
        }
    ]
}