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. 扩展基本信息
| 名称 | |
| ID | dpkfhblfcdhcdekliknbpekjcppgihcd |
| 官方URL | 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"
]
} | |