Webaze Shortlinks
Simply create shortlinks with custom domains and different options. Powered by Webaze.net
Apa itu Webaze Shortlinks?
Webaze Shortlinks adalah ekstensi Chrome yang dikembangkan oleh Tubitor, dan fitur utamanya adalah "Simply create shortlinks with custom domains and different options. Powered by Webaze.net".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Webaze Shortlinks
Unduh file ekstensi Webaze Shortlinks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Webaze Shortlinks |
ID | cldjhhkjoeonpkopmfciakjdpnbkphdc |
URL Resmi | https://chromewebstore.google.com/detail/webaze-shortlinks/cldjhhkjoeonpkopmfciakjdpnbkphdc |
Deskripsi | Simply create shortlinks with custom domains and different options. Powered by Webaze.net |
Ukuran File | 14.28 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2022-03-02 |
Tanggal Publikasi | 2022-03-02 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Tubitor |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://webaze.net |
URL Halaman Bantuan | https://support.tubitor.com/ |
URL Halaman Kebijakan Privasi | https://tubi.to/privacy |
Bahasa yang Didukung | 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" } } |