simple put.io

Send download links directly to Put.io.

Wat is simple put.io?

simple put.io is een Chrome-extensie ontwikkeld door atheius, en de belangrijkste functie is "Send download links directly to Put.io.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie simple put.io

Download simple put.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A simple chrome extension for Put.io.                    

Basisinformatie over de Extensie

Naam simple put.io simple put.io
ID ndplpdcmieejddbajolphphlbgfgjmho
Officiële URL https://chromewebstore.google.com/detail/simple-putio/ndplpdcmieejddbajolphphlbgfgjmho
Beschrijving Send download links directly to Put.io.
Bestandsgrootte 849 KB
Aantal Installaties 124
Huidige Versie 1.0
Laatst Bijgewerkt 2019-07-12
Publicatiedatum 2019-07-12
Ontwikkelaar atheius
Betalingswijze free
Extensiewebsite https://atheius.github.io/simple-putio/
Ondersteunde Talen 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\/*"
    ]
}