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
公式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
Eメール [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*"
            ]
        }
    ]
}