Offcloud.com Extension
Allows you to take any link and fetch its data, either by directly downloading it, backing it up or transferring it to a third party
Offcloud.com Extension란 무엇입니까?
Offcloud.com Extension은(는) https://offcloud.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to take any link and fetch its data, either by directly downloading it, backing it up or transferring it to a third party"입니다.
확장 프로그램 스크린샷
Offcloud.com Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Offcloud is a cloud-based download manager that lets you unlock, fetch and backup anything from the web to your devices or cloud storage. This extension will allow you to fully integrate Chrome with Offcloud. It will add a contextual menu when you right click any link or online content so you can handily process it to Offcloud. Offcloud provides a completely free starter that lets you fetch up to 100 links including 2 cyberlocker & BitTorrent sources. With Offcloud, you will discover awesome features: * Secure download via proxy * Remote upload to your cloud * Unlock cyberlocker files * Works with BitTorrent magnet * Works with torrent files * Download video streams * Fetch music streams * Convert articles to Pocket * Convert page to PDF * Generate MP3 from stream * Remote zip/rar extraction Offcloud works in a very simple way. All you need to do is input some HTTP, FTP or BitTorrent links or magnets in any of the three sections it provides: Instant, Cloud and Remote. 1) Instant allows you to unlock, speed up and securely download any online content directly to your device through the Chrome browser. 2) Cloud lets you backup and save any online content to a private cloud space hosted by Offcloud. 3) Remote enables you to transfer any online content directly to your cloud storage account (Dropbox, Google Drive) or third-party server (FTP, SSH, WebDAV). Offcloud offers an affordable and transparent pricing. Our membership costs $9.99 for a month and $99.99 for a year. Offcloud https://offcloud.com [email protected] https://twitter.com/offcloudcom
확장 프로그램 기본 정보
이름 | Offcloud.com Extension |
ID | mhenombkbjeannffjnhcnelokhkfndch |
공식 URL | https://chromewebstore.google.com/detail/offcloudcom-extension/mhenombkbjeannffjnhcnelokhkfndch |
설명 | Allows you to take any link and fetch its data, either by directly downloading it, backing it up or transferring it to a third party |
파일 크기 | 171 KB |
설치 횟수 | 4,293 |
현재 버전 | 0.2.5 |
최근 업데이트 | 2021-06-16 |
출시 날짜 | 2017-03-28 |
평점 | 3.59/5 총 37 개의 평점 |
개발자 | https://offcloud.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://offcloud.com/ |
도움말 페이지 URL | https://offcloud.com/#/support |
개인정보 보호 정책 페이지 URL | https://offcloud.com/legal |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Offcloud.com Extension", "description": "Allows you to take any link and fetch its data, either by directly downloading it, backing it up or transferring it to a third party", "version": "0.2.5", "manifest_version": 2, "homepage_url": "https:\/\/offcloud.com\/", "background": { "page": "bg.html", "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "lib\/js\/jquery-2.0.3.min.js", "lib\/js\/notie.min.js", "main.js" ], "css": [ "lib\/css\/notie.min.css", "css\/offcloud.css" ] } ], "permissions": [ "*:\/\/*\/*", "storage", "contextMenus", "notifications" ], "icons": { "128": "logo.png", "16": "logo.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "lib\/fonts\/OpenSans-Regular.ttf" ] } |