Best URL Shortener

Convert long URLs or Links of websites to short and friendly ones.

¿Qué es Best URL Shortener?

Best URL Shortener es una extensión de Chrome desarrollada por Wilson, y su función principal es "Convert long URLs or Links of websites to short and friendly ones.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Best URL Shortener

Descarga archivos de extensión Best URL Shortener en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The best URL shortening service that is fast, simple and efficient.

No need to sign-up and unlimited links!

For any issues, errors, bugs and enhancements, please raise your request at http://tiny.cc/exthelp.

Security:-
All links are carefully verified and checked before generating short url.                    

Información Básica de la Extensión

Nombre Best URL Shortener Best URL Shortener
ID jhcjblhckchiedihkfkgjaghggbcmbdn
URL Oficial https://chromewebstore.google.com/detail/best-url-shortener/jhcjblhckchiedihkfkgjaghggbcmbdn
Descripción Convert long URLs or Links of websites to short and friendly ones.
Tamaño del Archivo 226 KB
Cantidad de Instalaciones 27,544
Versión Actual 2.0.1
Última Actualización 2023-12-29
Fecha de Publicación 2020-01-02
Calificación 4.51/5 Total de 55 Calificaciones
Desarrollador Wilson
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://hybridapps.net/
URL de la Página de Ayuda http://tiny.cc/appshelp
URL de la Página de Política de Privacidad http://tiny.cc/appsprivacy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Best URL Shortener",
    "short_name": "Best URL Shortener",
    "version": "2.0.1",
    "description": "Convert long URLs or Links of websites to short and friendly ones.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "default_title": "Best URL Shortener",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "alarms",
        "scripting"
    ]
}