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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://offcloud.com และคุณลักษณะหลักของมันคือ "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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Offcloud.com Extension

ดาวน์โหลดไฟล์ส่วนขยาย Offcloud.com Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}