Speedrun.Com Hide Video
Hide the possibly undesired stream on front page of speedrun.com
Speedrun.Com Hide Videoคืออะไร?
Speedrun.Com Hide Video เป็นส่วนขยายของ Chrome ที่พัฒนาโดย btrim (Cr extensions) และคุณลักษณะหลักของมันคือ "Hide the possibly undesired stream on front page of speedrun.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speedrun.Com Hide Video
ดาวน์โหลดไฟล์ส่วนขยาย Speedrun.Com Hide Video ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Speedrun.com recently started featuring a stream on its front-page, and I don't particularly want to see this stream show up when I go to speedrun.com's front-page. This extension simply removes the element with id 'twitch'
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Speedrun.Com Hide Video |
ID | nlcgfkpgonpkpmibhiadejfhillahpbi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/speedruncom-hide-video/nlcgfkpgonpkpmibhiadejfhillahpbi |
คำอธิบาย | Hide the possibly undesired stream on front page of speedrun.com |
ขนาดไฟล์ | 8.46 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 0.0.0.1 |
อัปเดตครั้งล่าสุด | 2018-12-15 |
วันที่เผยแพร่ | 2018-12-14 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | btrim (Cr extensions) |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speedrun.Com Hide Video", "description": "Hide the possibly undesired stream on front page of speedrun.com", "version": "0.0.0.1", "permissions": [ "https:\/\/speedrun.com\/", "https:\/\/www.speedrun.com\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.speedrun.com\/", "http:\/\/speedrun.com\/" ], "js": [ "srdc_hide_video.js" ], "run_at": "document_start" } ] } |