StreamingBot
Get direct video links, say goodbye to clickbaits and invasive ads.
ما هو StreamingBot؟
StreamingBot هو إضافة Chrome تم تطويرها بواسطة mascIT، والميزة الرئيسية لها هي "Get direct video links, say goodbye to clickbaits and invasive ads.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة StreamingBot
قم بتنزيل ملفات الامتداد StreamingBot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to get direct video link for some video-hosting websites. Say goodbye to clickbaits and their illegal earnings. At the moment these are the supported ones: - turbovid - speedvideo - akvideo - deltabit - nowvideo - openload HOW TO USE - Reach a video stream of one of the sites above - Click the StreamingBot icon - if another page with full screen video is opened, click again the streamingbot icon - Enjoy your clean-adfree stream/video
معلومات أساسية عن التمديد
الاسم | |
ID | loojbdbbnnejemcnkkbdohfnkdgchejp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/streamingbot/loojbdbbnnejemcnkkbdohfnkdgchejp |
الوصف | Get direct video links, say goodbye to clickbaits and invasive ads. |
حجم الملف | 8.34 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.4 |
آخر تحديث | 2020-03-11 |
تاريخ النشر | 2020-03-11 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | mascIT |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://hastalafiesta.altervista.org/streamingbot-video-no-ads/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StreamingBot", "description": "Get direct video links, say goodbye to clickbaits and invasive ads.", "version": "1.4", "browser_action": { "default_title": "StreamingBot", "default_popup": "index.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "icons": { "128": "tv.png" } } |