VMO Link
Shorten your link and make it more beautiful
Was ist VMO Link?
VMO Link ist eine Chrome-Erweiterung, die von tranvanmydev entwickelt wurde, und ihr Hauptmerkmal ist "Shorten your link and make it more beautiful".
Erweiterungsscreenshots
VMO Link-Erweiterungs-CRX-Datei herunterladen
Laden Sie VMO Link-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ckcaonfopeckokppommaghjldcjopeci |
| Offizielle URL | https://chromewebstore.google.com/detail/vmo-link/ckcaonfopeckokppommaghjldcjopeci |
| Beschreibung | Shorten your link and make it more beautiful |
| Dateigröße | 351 KB |
| Installationsanzahl | 140 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2022-05-19 |
| Veröffentlichungsdatum | 2022-05-14 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | tranvanmydev |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://vmo.link/ |
| Unterstützte Sprachen | 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\/",
"*:\/\/*\/*"
]
} | |