VMO Link

Shorten your link and make it more beautiful

ما هو VMO Link؟

VMO Link هو إضافة Chrome تم تطويرها بواسطة tranvanmydev، والميزة الرئيسية لها هي "Shorten your link and make it more beautiful".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة VMO Link

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

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

                        Build a shortenLink page for your business and everyone

Is a tool to help you shorten your link.
Make your link shorter and more professional                    

معلومات أساسية عن التمديد

الاسم VMO Link VMO Link
ID ckcaonfopeckokppommaghjldcjopeci
عنوان URL الرسمي https://chromewebstore.google.com/detail/vmo-link/ckcaonfopeckokppommaghjldcjopeci
الوصف Shorten your link and make it more beautiful
حجم الملف 351 KB
عدد التثبيتات 140
النسخة الحالية 1.2
آخر تحديث 2022-05-19
تاريخ النشر 2022-05-14
تقييم 5.00/5 مجموع تقييمات 2
المطور tranvanmydev
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://vmo.link/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VMO Link",
    "description": "Shorten your link and make it more beautiful",
    "version": "1.2",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/static\/images\/logo.png",
            "32": "\/static\/images\/logo.png",
            "48": "\/static\/images\/logo.png",
            "128": "\/static\/images\/logo.png"
        }
    },
    "icons": {
        "16": "\/static\/images\/logo.png",
        "32": "\/static\/images\/logo.png",
        "48": "\/static\/images\/logo.png"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/vmo.link\/",
        "*:\/\/*\/*"
    ]
}