put.io

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

Cos'è put.io?

put.io è un'estensione di Chrome sviluppata da https://put.io, e la sua funzione principale è "Adds an option to right-click menu that downloads the link with put.io.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione put.io

Scarica i file di estensione put.io in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome put.io put.io
ID gmlaklldebhgnhfoppklejnjcmndcehf
URL Ufficiale https://chromewebstore.google.com/detail/putio/gmlaklldebhgnhfoppklejnjcmndcehf
Descrizione Adds an option to right-click menu that downloads the link with put.io.
Dimensione del File 43.34 KB
Conteggio Installazioni 2,871
Versione Corrente 3.0.1
Ultimo Aggiornamento 2023-12-06
Data di Pubblicazione 2020-06-12
Valutazione 4.13/5 Totale 23 Valutazioni
Sviluppatore https://put.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://put.io
URL della Pagina di Aiuto https://github.com/putdotio/putio-webextension/issues
Lingue Supportate 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"
    }
}