mltshp

Post photos to mltshp.com.

mltshpคืออะไร?

mltshp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MLTSHP และคุณลักษณะหลักของมันคือ "Post photos to mltshp.com."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย mltshp

ดาวน์โหลดไฟล์ส่วนขยาย 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 mltshp
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"
    ]
}