mltshp

Post photos to mltshp.com.

ما هو mltshp؟

mltshp هو إضافة Chrome تم تطويرها بواسطة MLTSHP، والميزة الرئيسية لها هي "Post photos to mltshp.com.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة mltshp

قم بتنزيل ملفات الامتداد mltshp بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}