VMO Link

Shorten your link and make it more beautiful

VMO Link क्या है?

VMO Link tranvanmydev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shorten your link and make it more beautiful"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VMO Link एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/",
        "*:\/\/*\/*"
    ]
}