put.io
Adds an option to right-click menu that downloads the link with put.io.
Vad är put.io?
put.io är en Chrome-tillägg utvecklad av https://put.io, och dess huvudfunktion är "Adds an option to right-click menu that downloads the link with put.io.".
Tilläggsskärmbilder
Ladda ner put.io-förlängningens CRX-fil
Ladda ner 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
Enables right click downloads to put.io on any page. Grundläggande Information om Tillägg
| Namn | |
| ID | gmlaklldebhgnhfoppklejnjcmndcehf |
| Officiell webbadress | https://chromewebstore.google.com/detail/putio/gmlaklldebhgnhfoppklejnjcmndcehf |
| Beskrivning | Adds an option to right-click menu that downloads the link with put.io. |
| Filstorlek | 43.34 KB |
| Antal Installationer | 2,871 |
| Aktuell Version | 3.0.1 |
| Senast Uppdaterad | 2023-12-06 |
| Publiceringsdatum | 2020-06-12 |
| Betyg | 4.13/5 Totalt 23 Betyg |
| Utvecklare | https://put.io |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://put.io |
| Hjälpsida URL | https://github.com/putdotio/putio-webextension/issues |
| Stödda Språk | 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"
}
} | |