simple put.io

Send download links directly to Put.io.

Hvad er simple put.io?

simple put.io er en Chrome-udvidelse udviklet af atheius, og dens hovedfunktion er "Send download links directly to Put.io.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download simple put.io-udvidelses-CRX-fil

Download simple put.io-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        A simple chrome extension for Put.io.                    

Grundlæggende oplysninger om udvidelsen

Navn simple put.io simple put.io
ID ndplpdcmieejddbajolphphlbgfgjmho
Officiel URL https://chromewebstore.google.com/detail/simple-putio/ndplpdcmieejddbajolphphlbgfgjmho
Beskrivelse Send download links directly to Put.io.
Filstørrelse 849 KB
Antal Installationer 124
Nuværende Version 1.0
Senest Opdateret 2019-07-12
Udgivelsesdato 2019-07-12
Udvikler atheius
Betalingsmetode free
Udvidelseswebsted https://atheius.github.io/simple-putio/
Understøttede Sprog 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\/*"
    ]
}