StreamingBot
Get direct video links, say goodbye to clickbaits and invasive ads.
StreamingBot là gì?
StreamingBot là một tiện ích mở rộng Chrome được phát triển bởi mascIT, và tính năng chính của nó là "Get direct video links, say goodbye to clickbaits and invasive ads.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng StreamingBot
Tải xuống các tệp mở rộng StreamingBot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | loojbdbbnnejemcnkkbdohfnkdgchejp |
URL Chính Thức | https://chrome.google.com/webstore/detail/streamingbot/loojbdbbnnejemcnkkbdohfnkdgchejp |
Mô tả | Get direct video links, say goodbye to clickbaits and invasive ads. |
Kích Thước Tệp | 8.34 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2020-03-11 |
Ngày Phát Hành | 2020-03-11 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | mascIT |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://hastalafiesta.altervista.org/streamingbot-video-no-ads/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |