Webaze Shortlinks

Simply create shortlinks with custom domains and different options. Powered by Webaze.net

Что такое Webaze Shortlinks?

Webaze Shortlinks - это расширение Chrome, разработанное Tubitor, и его основная функция - "Simply create shortlinks with custom domains and different options. Powered by Webaze.net".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Webaze Shortlinks

Скачайте файлы расширений Webaze Shortlinks в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The Webaze Shortlinks extension allows you to quickly create a sharable shortlink within seconds. Custom domains and privacy-options like referrer-removal or an expiry date are also available.

Features:
- Quickly create shortlinks without leaving a website
- Add an expiry date to the shortlinks
- Customize them with a custom text
- Choose between different domains or add your own on webaze.net
- Remove the referrer before redirecting for more privacy (The referrer will be removed when someone uses the shortlink. The extension does not generally remove the referrer in your browser.)

This is the official extension by Tubitor, the team behind Webaze.                    

Основная информация о расширении

Название Webaze Shortlinks Webaze Shortlinks
ID cldjhhkjoeonpkopmfciakjdpnbkphdc
Официальный URL https://chromewebstore.google.com/detail/webaze-shortlinks/cldjhhkjoeonpkopmfciakjdpnbkphdc
Описание Simply create shortlinks with custom domains and different options. Powered by Webaze.net
Размер файла 14.28 KB
Количество установок 46
Текущая Версия 0.1.0
Последнее Обновление 2022-03-02
Дата публикации 2022-03-02
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Tubitor
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://webaze.net
URL страницы помощи https://support.tubitor.com/
URL страницы политики конфиденциальности https://tubi.to/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webaze Shortlinks",
    "description": "Simply create shortlinks with custom domains and different options. Powered by Webaze.net",
    "version": "0.1.0",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "homepage_url": "https:\/\/webaze.net",
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png"
    }
}