Webtor.io - Watch torrents online
Any torrents are available online. Just open torrent-file and start watching absolutely free and without registration.
Webtor.io - Watch torrents online란 무엇입니까?
Webtor.io - Watch torrents online은(는) https://webtor.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Any torrents are available online. Just open torrent-file and start watching absolutely free and without registration."입니다.
확장 프로그램 스크린샷
Webtor.io - Watch torrents online 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Usage: Download torrent-file and new tab with it's content will appear immediately! Magnet links are also supported. What's new? 1. Torrent file handling improved ("Allow Access to file URLs" option must be enabled on extension settings page) Features: 1. Instant streaming - You don't have to wait while the whole file loads. Webtor will start streaming from the first byte. You don't have to think where to download torrents and spend your hard drive space anymore. 2. Download everything as ZIP-archive - yes, you had share ability earlier as well, but now we have separate button. On click it will show dropdown with all available social networks. 3. On-the-fly transcoding - Webtor automatically converts audio and video to the desired playback format suitable for your browser. Webtor supports video in AVI and MKV formats and lossless FLAC audio. 4. Cross-platform - you do not need additional extensions and plug-ins. Webtor streams torrent-files on any device where the Chrome browser starts, whether it's Windows, Mac or Linux. 5. Absolutely free -Webtor only supported by ads without any restrictions. 6. No registration - We do not track your activity and do not store any data about you. Your visit is absolutely anonymous. 7. On a big screen - Webtor can cast video to your TV screen. TV box with Google Cast support required.
확장 프로그램 기본 정보
이름 | Webtor.io - Watch torrents online |
ID | ngkpdaefpmokglfnmienfiaioffjodam |
공식 URL | https://chromewebstore.google.com/detail/webtorio-watch-torrents-o/ngkpdaefpmokglfnmienfiaioffjodam |
설명 | Any torrents are available online. Just open torrent-file and start watching absolutely free and without registration. |
파일 크기 | 85.95 KB |
설치 횟수 | 35,014 |
현재 버전 | 0.1.10 |
최근 업데이트 | 2021-11-16 |
출시 날짜 | 2019-10-16 |
평점 | 3.52/5 총 77 개의 평점 |
개발자 | https://webtor.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://webtor.io |
도움말 페이지 URL | https://webtor.io/support |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.10", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "background": { "page": "background.html" }, "content_scripts": [ { "all_frames": true, "js": [ "inject.bundle.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": "favicon-32x32.png" }, "icons": { "128": "chrome-ext-128x128.png" }, "permissions": [ "downloads", "tabs", "file:\/\/*" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/webtor.io https:\/\/*.webtor.io http:\/\/localhost:4000 https:\/\/localhost:4000 https:\/\/localhost:5000 'unsafe-eval'; object-src 'self'; connect-src 'self' file:\/\/* http:\/\/* https:\/\/* https:\/\/webtor.io https:\/\/*.webtor.io https:\/\/localhost:4000 wss:\/\/localhost:4000 https:\/\/localhost:5000 wss:\/\/localhost:5000 wss:\/\/webtor.io" } |