mltshp
Post photos to mltshp.com.
Cos'è mltshp?
mltshp è un'estensione di Chrome sviluppata da MLTSHP, e la sua funzione principale è "Post photos to mltshp.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione mltshp
Scarica i file di estensione mltshp 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
Easily save images from everywhere on the web. The silly ones, the sweet ones. The cool ones. The gross ones. Then share them with your friends and family.
Informazioni di Base sull'Estensione
Nome | mltshp |
ID | dpkfhblfcdhcdekliknbpekjcppgihcd |
URL Ufficiale | https://chromewebstore.google.com/detail/mltshp/dpkfhblfcdhcdekliknbpekjcppgihcd |
Descrizione | Post photos to mltshp.com. |
Dimensione del File | 18.06 KB |
Conteggio Installazioni | 172 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2023-07-25 |
Data di Pubblicazione | 2019-04-05 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | MLTSHP |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://mltshp.com |
URL della Pagina della Politica sulla Privacy | https://mltshp.com/terms-of-use |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mltshp", "version": "3.0", "manifest_version": 3, "description": "Post photos to mltshp.com.", "action": { "default_icon": { "16": "icon_16.png", "48": "icon_48.png", "96": "icon_96.png", "128": "icon_128.png" }, "default_popup": "menu.html", "default_title": "MLTSHP" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "96": "icon_96.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "optional_host_permissions": [ "http:\/\/*\/*", "http:\/\/*\/", "https:\/\/*\/" ], "permissions": [ "tabs", "contextMenus" ] } |