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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |