Dense Dead

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

Dense Dead क्या है?

Dense Dead densedead द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dense Dead एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Dense Dead Dense Dead
ID cipophnpcdpjdcipmogpooiopgdfhghm
आधिकारिक URL https://chrome.google.com/webstore/detail/dense-dead/cipophnpcdpjdcipmogpooiopgdfhghm
विवरण Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names
फ़ाइल का आकार 28.31 KB
स्थापना संख्या 18
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2017-03-16
प्रकाशन तिथि 2017-03-16
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर densedead
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.bricoleur.org/2017/03/dense-dead.html
सहायता पृष्ठ URL http://www.bricoleur.org/2017/03/dense-dead.html
समर्थित भाषाएँ 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*"
            ]
        }
    ]
}