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
电子邮箱 [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*"
            ]
        }
    ]
}