VMO Link

Shorten your link and make it more beautiful

What is VMO Link?

VMO Link is a Chrome extension developed by tranvanmydev, and its main feature is "Shorten your link and make it more beautiful".

Extension Screenshots

screenshot
screenshot
screenshot

Download VMO Link Extension CRX File

Download VMO Link extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name VMO Link VMO Link
ID ckcaonfopeckokppommaghjldcjopeci
Official URL https://chromewebstore.google.com/detail/vmo-link/ckcaonfopeckokppommaghjldcjopeci
Description Shorten your link and make it more beautiful
File Size 351 KB
Installation Count 140
Current Version 1.2
Last Updated 2022-05-19
Publish Date 2022-05-14
Rating 5.00/5 Total 2 Ratings
Developer tranvanmydev
Email [email protected]
Payment Type free
Extension Website https://vmo.link/
Supported Languages 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\/",
        "*:\/\/*\/*"
    ]
}