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開發的Chrome擴展程式,該擴展的主要功能是“Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names”。

下載Dense Dead擴展crx文件

下載Dense Dead擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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*"
            ]
        }
    ]
}