put.io
Adds an option to right-click menu that downloads the link with put.io.
Qu'est-ce que put.io ?
put.io est une extension Chrome développée par https://put.io, et sa fonction principale est "Adds an option to right-click menu that downloads the link with put.io.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension put.io
Téléchargez les fichiers d'extension put.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Enables right click downloads to put.io on any page.
Informations de Base sur l'Extension
Nom | put.io |
ID | gmlaklldebhgnhfoppklejnjcmndcehf |
URL Officiel | https://chromewebstore.google.com/detail/putio/gmlaklldebhgnhfoppklejnjcmndcehf |
Description | Adds an option to right-click menu that downloads the link with put.io. |
Taille du Fichier | 43.34 KB |
Nombre d'Installations | 2,871 |
Version Actuelle | 3.0.1 |
Dernière Mise à Jour | 2023-12-06 |
Date de Publication | 2020-06-12 |
Évaluation | 4.13/5 Total 23 Évaluations |
Développeur | https://put.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://put.io |
URL de la Page d'Aide | https://github.com/putdotio/putio-webextension/issues |
Langues Prises en Charge | 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" } } |