Buffstream Extension
Removes everything but the video from buffstream streams.
Qu'est-ce que Buffstream Extension ?
Buffstream Extension est une extension Chrome développée par Unknown, et sa fonction principale est "Removes everything but the video from buffstream streams.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Buffstream Extension
Téléchargez les fichiers d'extension Buffstream Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jhnaofcglckhekblhccjhhnipnbaamdb |
URL Officiel | https://chromewebstore.google.com/detail/buffstream-extension/jhnaofcglckhekblhccjhhnipnbaamdb |
Description | Removes everything but the video from buffstream streams. |
Taille du Fichier | 28.21 KB |
Nombre d'Installations | 143 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-09-22 |
Date de Publication | 2019-09-22 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |