StreamingBot
Get direct video links, say goodbye to clickbaits and invasive ads.
StreamingBot란 무엇입니까?
StreamingBot은(는) mascIT에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get direct video links, say goodbye to clickbaits and invasive ads."입니다.
확장 프로그램 스크린샷
StreamingBot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |