Buffstream Extension
Removes everything but the video from buffstream streams.
什麼是Buffstream Extension?
Buffstream Extension是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Removes everything but the video from buffstream streams.”。
擴展截圖
下載Buffstream Extension擴展crx文件
下載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 |
官方網址 | 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" } } |