Buffstream Extension
Removes everything but the video from buffstream streams.
ما هو Buffstream Extension؟
Buffstream Extension هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Removes everything but the video from buffstream streams.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Buffstream Extension
قم بتنزيل ملفات الامتداد Buffstream Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |