simple put.io

Send download links directly to Put.io.

simple put.ioとは何ですか?

simple put.ioはatheiusによって開発されたChromeの拡張機能で、その主な機能は「Send download links directly to Put.io.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

simple put.io拡張機能のCRXファイルをダウンロード

simple put.io拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple chrome extension for Put.io.                    

拡張機能の基本情報

名前 simple put.io simple put.io
ID ndplpdcmieejddbajolphphlbgfgjmho
公式URL https://chromewebstore.google.com/detail/simple-putio/ndplpdcmieejddbajolphphlbgfgjmho
説明 Send download links directly to Put.io.
ファイルサイズ 849 KB
インストール数 124
現在のバージョン 1.0
最終更新日 2019-07-12
公開日 2019-07-12
開発者 atheius
支払い方法 free
拡張機能のウェブサイト https://atheius.github.io/simple-putio/
対応言語 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\/*"
    ]
}