put.io

Adds an option to right-click menu that downloads the link with put.io.

Was ist put.io?

put.io ist eine Chrome-Erweiterung, die von https://put.io entwickelt wurde, und ihr Hauptmerkmal ist "Adds an option to right-click menu that downloads the link with put.io.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

put.io-Erweiterungs-CRX-Datei herunterladen

Laden Sie put.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Enables right click downloads to put.io on any page.                    

Grundlegende Informationen zur Erweiterung

Name put.io put.io
ID gmlaklldebhgnhfoppklejnjcmndcehf
Offizielle URL https://chromewebstore.google.com/detail/putio/gmlaklldebhgnhfoppklejnjcmndcehf
Beschreibung Adds an option to right-click menu that downloads the link with put.io.
Dateigröße 43.34 KB
Installationsanzahl 2,871
Aktuelle Version 3.0.1
Letztes Update 2023-12-06
Veröffentlichungsdatum 2020-06-12
Bewertung 4.13/5 Insgesamt 23 Bewertungen
Entwickler https://put.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://put.io
Hilfeseite URL https://github.com/putdotio/putio-webextension/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.0.1",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/putdotio\/putio-webextension",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCBY\/vZ2HE8Vul6TqZA+q\/c5ZLEWLWkk4Cd5tz5RHBi2DqMvty\/evWUtQgZ3XVDKLGAA+KU1YYDc9UKR4WJ+UBmIos+rJHKWl\/gm4ClCn2EUsAk3JtucexhFFc6DZzMCyH+ZAn5103eCozVCYV6C+9HDrgeBJyRc8HIDDy2i+mAzwIDAQAB",
    "permissions": [
        "contextMenus",
        "identity",
        "storage",
        "notifications"
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}