Dense Dead

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

Dense Dead là gì?

Dense Dead là một tiện ích mở rộng Chrome được phát triển bởi densedead, và tính năng chính của nó là "Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names".

Tải xuống tệp CRX của tiện ích mở rộng Dense Dead

Tải xuống các tệp mở rộng Dense Dead dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dense Dead Dense Dead
ID cipophnpcdpjdcipmogpooiopgdfhghm
URL Chính Thức https://chrome.google.com/webstore/detail/dense-dead/cipophnpcdpjdcipmogpooiopgdfhghm
Mô tả Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names
Kích Thước Tệp 28.31 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2017-03-16
Ngày Phát Hành 2017-03-16
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển densedead
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.bricoleur.org/2017/03/dense-dead.html
URL Trang Trợ Giúp http://www.bricoleur.org/2017/03/dense-dead.html
Ngôn Ngữ Được Hỗ Trợ 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*"
            ]
        }
    ]
}