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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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*" ] } ] } |