Torrent Downloader
Automagically searches and optimizes torrents!
Torrent Downloader란 무엇입니까?
Torrent Downloader은(는) https://codai.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automagically searches and optimizes torrents!"입니다.
확장 프로그램 스크린샷
Torrent Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension facilitates the search for torrent content! Solving the issue of trying to download something and then being constantly redirected or even massively exposed to ads. This extension will scan the whole page for magnet links embedded deep down in the source code, and list them to you both in the page itself and in the extension's icon at the extension bar It injects the magnet link with stable and fast trackers from www.newtrackon.com So you will not only have faster torrent search, you will also have fast torrent download speeds with stable and updated trackers automatically embedded into your torrent! No more pain while trying to find torrent links!
확장 프로그램 기본 정보
이름 | Torrent Downloader |
ID | edbijgkcdlhbnpgkoodblaecmkfmngbg |
공식 URL | https://chromewebstore.google.com/detail/torrent-downloader/edbijgkcdlhbnpgkoodblaecmkfmngbg |
설명 | Automagically searches and optimizes torrents! |
파일 크기 | 29.98 KB |
설치 횟수 | 41,790 |
현재 버전 | 1.3 |
최근 업데이트 | 2021-07-07 |
출시 날짜 | 2021-04-09 |
평점 | 4.40/5 총 10 개의 평점 |
개발자 | https://codai.com.br |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.3", "default_locale": "en", "icons": { "512": "icon.png", "128": "icon.png", "48": "icon.png", "32": "icon.png", "16": "icon.png" }, "permissions": [ "contextMenus", "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*download*", "*:\/\/*\/*torrent*", "*:\/\/*\/*bluray*", "*:\/\/*\/*dual-audio*", "*:\/\/*\/*web-dl*", "*:\/\/*\/*hdcam*", "*:\/\/*\/*rip*", "*:\/\/*\/*baixar*", "*:\/\/*\/*filme*", "*:\/\/*\/*movie*", "*:\/\/obtendocreditoonline.xyz\/*" ], "js": [ "src\/js\/content.js" ] } ], "web_accessible_resources": [ "src\/js\/utils.js" ], "background": { "scripts": [ "src\/js\/background.js" ] }, "browser_action": { "default_popup": "src\/view\/popup.html", "default_icon": "icon.png" } } |