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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย densedead และคุณลักษณะหลักของมันคือ "Rewrite Internet Archive Grateful Dead Streaming links to use densedead.com to remove Drums & Space and show song names"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dense Dead
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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*" ] } ] } |