simple put.io

Send download links directly to Put.io.

Vad är simple put.io?

simple put.io är en Chrome-tillägg utvecklad av atheius, och dess huvudfunktion är "Send download links directly to Put.io.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner simple put.io-förlängningens CRX-fil

Ladda ner simple put.io-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        A simple chrome extension for Put.io.                    

Grundläggande Information om Tillägg

Namn simple put.io simple put.io
ID ndplpdcmieejddbajolphphlbgfgjmho
Officiell webbadress https://chromewebstore.google.com/detail/simple-putio/ndplpdcmieejddbajolphphlbgfgjmho
Beskrivning Send download links directly to Put.io.
Filstorlek 849 KB
Antal Installationer 124
Aktuell Version 1.0
Senast Uppdaterad 2019-07-12
Publiceringsdatum 2019-07-12
Utvecklare atheius
Betalningssätt free
Tilläggswebbplats https://atheius.github.io/simple-putio/
Stödda Språk 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\/*"
    ]
}