Real Debrid Download Manager
A Chrome Extension to simplify downloading of torrents through Real Debrid
Real Debrid Download Manager란 무엇입니까?
Real Debrid Download Manager은(는) rddmdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome Extension to simplify downloading of torrents through Real Debrid"입니다.
확장 프로그램 스크린샷
Real Debrid Download Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Real Debrid download manager Easily send your magnet links to Real Debrid from any website, without needing to go to the Real Debrid website. Just right click any magnet links and choose "Send Magnet Link to Real-Debrid”. The extension will automatically select all files in the torrent and start it. Once complete you can download the contained files using chrome, or you can copy the completed links from the popup window for use with external software. By default, the torrents are removed on completion but this can be changed via settings. If using chrome to download each torrent will have its own folder in your "downloads\rddm". I look forward to any feedback and hope people find this extension useful. Updates: 05/06/2020 - Removed unused permissions (for planned features which weren't implemented) to comply with Googles policies.
확장 프로그램 기본 정보
이름 | Real Debrid Download Manager |
ID | khglpdagpjepfkjnnjcpiciekjoailhf |
공식 URL | https://chromewebstore.google.com/detail/real-debrid-download-mana/khglpdagpjepfkjnnjcpiciekjoailhf |
설명 | A Chrome Extension to simplify downloading of torrents through Real Debrid |
파일 크기 | 210 KB |
설치 횟수 | 10,303 |
현재 버전 | 0.9.2 |
최근 업데이트 | 2021-02-16 |
출시 날짜 | 2020-06-06 |
평점 | 4.38/5 총 16 개의 평점 |
개발자 | rddmdev |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://45.76.117.72:3000/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Real Debrid Download Manager", "description": "A Chrome Extension to simplify downloading of torrents through Real Debrid", "version": "0.9.2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "38": "icon16.png" }, "default_title": "Real Debrid Download Manager", "default_popup": "index.html" }, "permissions": [ "background", "contextMenus", "downloads", "storage", "https:\/\/real-debrid.com\/", "https:\/\/api.real-debrid.com\/" ], "background": { "scripts": [ "libs\/js\/jquery.min.js", "libs\/js\/moment.js", "libs\/js\/clipboard.min.js", "libs\/js\/material.min.js", "js\/background.js" ] }, "short_name": "RDDM" } |