VMO Link
Shorten your link and make it more beautiful
Что такое VMO Link?
VMO Link - это расширение Chrome, разработанное tranvanmydev, и его основная функция - "Shorten your link and make it more beautiful".
Снимки экрана расширения
Скачать файл CRX расширения VMO Link
Скачайте файлы расширений VMO Link в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | ckcaonfopeckokppommaghjldcjopeci |
| Официальный URL | https://chromewebstore.google.com/detail/vmo-link/ckcaonfopeckokppommaghjldcjopeci |
| Описание | Shorten your link and make it more beautiful |
| Размер файла | 351 KB |
| Количество установок | 140 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2022-05-19 |
| Дата публикации | 2022-05-14 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | tranvanmydev |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://vmo.link/ |
| Поддерживаемые языки | 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\/",
"*:\/\/*\/*"
]
} | |