VMO Link

Shorten your link and make it more beautiful

Apa itu VMO Link?

VMO Link adalah ekstensi Chrome yang dikembangkan oleh tranvanmydev, dan fitur utamanya adalah "Shorten your link and make it more beautiful".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi VMO Link

Unduh file ekstensi VMO Link dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama VMO Link VMO Link
ID ckcaonfopeckokppommaghjldcjopeci
URL Resmi https://chromewebstore.google.com/detail/vmo-link/ckcaonfopeckokppommaghjldcjopeci
Deskripsi Shorten your link and make it more beautiful
Ukuran File 351 KB
Jumlah Instalasi 140
Versi Saat Ini 1.2
Terakhir Diperbarui 2022-05-19
Tanggal Publikasi 2022-05-14
Penilaian 5.00/5 Total 2 Penilaian
Pengembang tranvanmydev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://vmo.link/
Bahasa yang Didukung 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\/",
        "*:\/\/*\/*"
    ]
}