mltshp
Post photos to mltshp.com.
Apa itu mltshp?
mltshp adalah ekstensi Chrome yang dikembangkan oleh MLTSHP, dan fitur utamanya adalah "Post photos to mltshp.com.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi mltshp
Unduh file ekstensi mltshp dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | mltshp |
ID | dpkfhblfcdhcdekliknbpekjcppgihcd |
URL Resmi | https://chromewebstore.google.com/detail/mltshp/dpkfhblfcdhcdekliknbpekjcppgihcd |
Deskripsi | Post photos to mltshp.com. |
Ukuran File | 18.06 KB |
Jumlah Instalasi | 172 |
Versi Saat Ini | 3.0 |
Terakhir Diperbarui | 2023-07-25 |
Tanggal Publikasi | 2019-04-05 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | MLTSHP |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://mltshp.com |
URL Halaman Kebijakan Privasi | https://mltshp.com/terms-of-use |
Bahasa yang Didukung | 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" ] } |