MagnetStream - Watch Full HD Movies Online
Any torrents are available online. Just open torrent-file and start watching absolutely free and without registration.
MagnetStream - Watch Full HD Movies Online란 무엇입니까?
MagnetStream - Watch Full HD Movies Online은(는) https://magnetstream.live에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Any torrents are available online. Just open torrent-file and start watching absolutely free and without registration."입니다.
확장 프로그램 스크린샷
MagnetStream - Watch Full HD Movies Online 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
New website: https://magnetstream.live/ Usage: Stream torrent-file and new tab with it's content will appear immediately! Instant streaming - You don't have to wait while the whole file loads. MagnetStream will start streaming from the first byte. You don't have to think where to download torrents and spend your hard drive space anymore. No registration needed : We do not track your activity and do not store any data about you.
확장 프로그램 기본 정보
이름 | MagnetStream - Watch Full HD Movies Online |
ID | fkdjhomfkhllofmhjhnecclikkdhkjpj |
공식 URL | https://chromewebstore.google.com/detail/magnetstream-watch-full-h/fkdjhomfkhllofmhjhnecclikkdhkjpj |
설명 | Any torrents are available online. Just open torrent-file and start watching absolutely free and without registration. |
파일 크기 | 1.29 MB |
설치 횟수 | 1,278 |
현재 버전 | 2.6.9 |
최근 업데이트 | 2022-04-23 |
출시 날짜 | 2020-05-08 |
평점 | 3.00/5 총 3 개의 평점 |
개발자 | https://magnetstream.live |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://magnetstream.live/ |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.6.9", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "content_scripts": [ { "all_frames": true, "js": [ "inject.bundle.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/favicon-32x32.png" }, "icons": { "128": "icons\/chrome-ext-128x128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/localhost:4000 https:\/\/google-analytics.com https:\/\/*.google-analytics.com 'unsafe-eval'; object-src 'self'; connect-src 'self' http:\/\/* https:\/\/* https:\/\/localhost:4000 wss:\/\/localhost:4000" } |