VMO Link
Shorten your link and make it more beautiful
Wat is VMO Link?
VMO Link is een Chrome-extensie ontwikkeld door tranvanmydev, en de belangrijkste functie is "Shorten your link and make it more beautiful".
Extensie Screenshots
Download het CRX-bestand van de extensie VMO Link
Download VMO Link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ckcaonfopeckokppommaghjldcjopeci |
| Officiële URL | https://chromewebstore.google.com/detail/vmo-link/ckcaonfopeckokppommaghjldcjopeci |
| Beschrijving | Shorten your link and make it more beautiful |
| Bestandsgrootte | 351 KB |
| Aantal Installaties | 140 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2022-05-19 |
| Publicatiedatum | 2022-05-14 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | tranvanmydev |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://vmo.link/ |
| Ondersteunde Talen | 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\/",
"*:\/\/*\/*"
]
} | |