Buffstream Extension
Removes everything but the video from buffstream streams.
Co je Buffstream Extension?
Buffstream Extension je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Removes everything but the video from buffstream streams.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Buffstream Extension
Stáhněte si soubory rozšíření Buffstream Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | jhnaofcglckhekblhccjhhnipnbaamdb |
Oficiální URL | https://chromewebstore.google.com/detail/buffstream-extension/jhnaofcglckhekblhccjhhnipnbaamdb |
Popis | Removes everything but the video from buffstream streams. |
Velikost souboru | 28.21 KB |
Počet instalací | 143 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2019-09-22 |
Datum Vydání | 2019-09-22 |
Vývojář | Unknown |
Typ Platby | free |
Podporované Jazyky | 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" } } |