Webaze Shortlinks

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

Vad är Webaze Shortlinks?

Webaze Shortlinks är en Chrome-tillägg utvecklad av Tubitor, och dess huvudfunktion är "Simply create shortlinks with custom domains and different options. Powered by Webaze.net".

Tilläggsskärmbilder

screenshot

Ladda ner Webaze Shortlinks-förlängningens CRX-fil

Ladda ner Webaze Shortlinks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Webaze Shortlinks Webaze Shortlinks
ID cldjhhkjoeonpkopmfciakjdpnbkphdc
Officiell webbadress https://chromewebstore.google.com/detail/webaze-shortlinks/cldjhhkjoeonpkopmfciakjdpnbkphdc
Beskrivning Simply create shortlinks with custom domains and different options. Powered by Webaze.net
Filstorlek 14.28 KB
Antal Installationer 46
Aktuell Version 0.1.0
Senast Uppdaterad 2022-03-02
Publiceringsdatum 2022-03-02
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Tubitor
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://webaze.net
Hjälpsida URL https://support.tubitor.com/
URL till Sekretesspolicy Sidan https://tubi.to/privacy
Stödda Språk 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"
    }
}