Buffstream Extension
Removes everything but the video from buffstream streams.
Buffstream Extensionคืออะไร?
Buffstream Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Removes everything but the video from buffstream streams."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buffstream Extension
ดาวน์โหลดไฟล์ส่วนขยาย Buffstream Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that deletes all scripts and elements on buffstreams except for the video itself. Extension also makes the video take up the entire screen space.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jhnaofcglckhekblhccjhhnipnbaamdb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/buffstream-extension/jhnaofcglckhekblhccjhhnipnbaamdb |
คำอธิบาย | Removes everything but the video from buffstream streams. |
ขนาดไฟล์ | 28.21 KB |
จำนวนการติดตั้ง | 143 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2019-09-22 |
วันที่เผยแพร่ | 2019-09-22 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Buffstream Extension", "version": "1.1", "description": "Removes everything but the video from buffstream streams.", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/buffstreamz.com\/*", "http:\/\/bfst.to\/*", "http:\/\/buffstream.to\/*" ], "js": [ ".\/index.js" ] } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |