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 |
| Eメール | [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"
]
} | |