mltshp
Post photos to mltshp.com.
什麼是mltshp?
mltshp是由MLTSHP開發的Chrome擴展程式,該擴展的主要功能是“Post photos to mltshp.com.”。
擴展截圖
下載mltshp擴展crx文件
下載mltshp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | mltshp |
ID | dpkfhblfcdhcdekliknbpekjcppgihcd |
官方網址 | https://chromewebstore.google.com/detail/mltshp/dpkfhblfcdhcdekliknbpekjcppgihcd |
簡介 | Post photos to mltshp.com. |
檔案大小 | 18.06 KB |
安裝次數 | 172 |
目前版本 | 3.0 |
更新時間 | 2023-07-25 |
上架時間 | 2019-04-05 |
評分 | 5.00/5 共 5 次評分 |
開發者 | MLTSHP |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mltshp.com |
隱私政策頁面URL | https://mltshp.com/terms-of-use |
支援的語言 | 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" ] } |