simple put.io

Send download links directly to Put.io.

What is simple put.io?

simple put.io is a Chrome extension developed by atheius, and its main feature is "Send download links directly to Put.io.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download simple put.io Extension CRX File

Download simple put.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A simple chrome extension for Put.io.                    

Extension Basic Information

Name simple put.io simple put.io
ID ndplpdcmieejddbajolphphlbgfgjmho
Official URL https://chromewebstore.google.com/detail/simple-putio/ndplpdcmieejddbajolphphlbgfgjmho
Description Send download links directly to Put.io.
File Size 849 KB
Installation Count 124
Current Version 1.0
Last Updated 2019-07-12
Publish Date 2019-07-12
Developer atheius
Payment Type free
Extension Website https://atheius.github.io/simple-putio/
Supported Languages 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\/*"
    ]
}