Buffstream Extension
Removes everything but the video from buffstream streams.
Cos'è Buffstream Extension?
Buffstream Extension è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Removes everything but the video from buffstream streams.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Buffstream Extension
Scarica i file di estensione Buffstream Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jhnaofcglckhekblhccjhhnipnbaamdb |
URL Ufficiale | https://chromewebstore.google.com/detail/buffstream-extension/jhnaofcglckhekblhccjhhnipnbaamdb |
Descrizione | Removes everything but the video from buffstream streams. |
Dimensione del File | 28.21 KB |
Conteggio Installazioni | 143 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-09-22 |
Data di Pubblicazione | 2019-09-22 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |