Buffstream Extension
Removes everything but the video from buffstream streams.
What is Buffstream Extension?
Buffstream Extension is a Chrome extension developed by Unknown, and its main feature is "Removes everything but the video from buffstream streams.".
Extension Screenshots
Download Buffstream Extension Extension CRX File
Download Buffstream Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jhnaofcglckhekblhccjhhnipnbaamdb |
Official URL | https://chromewebstore.google.com/detail/buffstream-extension/jhnaofcglckhekblhccjhhnipnbaamdb |
Description | Removes everything but the video from buffstream streams. |
File Size | 28.21 KB |
Installation Count | 143 |
Current Version | 1.1 |
Last Updated | 2019-09-22 |
Publish Date | 2019-09-22 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } |