simple put.io

Send download links directly to Put.io.

simple put.io là gì?

simple put.io là một tiện ích mở rộng Chrome được phát triển bởi atheius, và tính năng chính của nó là "Send download links directly to Put.io.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng simple put.io

Tải xuống các tệp mở rộng simple put.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A simple chrome extension for Put.io.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên simple put.io simple put.io
ID ndplpdcmieejddbajolphphlbgfgjmho
URL Chính Thức https://chromewebstore.google.com/detail/simple-putio/ndplpdcmieejddbajolphphlbgfgjmho
Mô tả Send download links directly to Put.io.
Kích Thước Tệp 849 KB
Số Lần Cài Đặt 124
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-07-12
Ngày Phát Hành 2019-07-12
Nhà Phát Triển atheius
Loại Thanh Toán free
Trang Web Mở Rộng https://atheius.github.io/simple-putio/
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "simple put.io",
    "description": "Send download links directly to Put.io.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "assets\/images\/icon-16.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "19": "assets\/images\/icon-19.png",
        "48": "assets\/images\/icon-48.png",
        "128": "assets\/images\/icon-128.png"
    },
    "permissions": [
        "identity",
        "storage",
        "https:\/\/api.put.io\/*",
        "contextMenus",
        "downloads",
        "background",
        "notifications",
        "clipboardWrite",
        "downloads",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*"
    ]
}