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 |
公式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" } } |