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\/*"
    ]
}