VMO Link
Shorten your link and make it more beautiful
Qu'est-ce que VMO Link ?
VMO Link est une extension Chrome développée par tranvanmydev, et sa fonction principale est "Shorten your link and make it more beautiful".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VMO Link
Téléchargez les fichiers d'extension VMO Link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | VMO Link |
ID | ckcaonfopeckokppommaghjldcjopeci |
URL Officiel | https://chromewebstore.google.com/detail/vmo-link/ckcaonfopeckokppommaghjldcjopeci |
Description | Shorten your link and make it more beautiful |
Taille du Fichier | 351 KB |
Nombre d'Installations | 140 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-05-19 |
Date de Publication | 2022-05-14 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | tranvanmydev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://vmo.link/ |
Langues Prises en Charge | 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\/", "*:\/\/*\/*" ] } |