YouTube URL Shortener

Shorten YouTube video URLs and share them on social media.

¿Qué es YouTube URL Shortener?

YouTube URL Shortener es una extensión de Chrome desarrollada por https://ytmp3.nu, y su función principal es "Shorten YouTube video URLs and share them on social media.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión YouTube URL Shortener

Descarga archivos de extensión YouTube 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 Add-On will add a new Icon to your browser toolbar. After installing the Add-On, just visit a YouTube video URL (example: youtube.com/watch?v=id or youtube.com/shorts/id) and click on the Add-On icon. A small PopUp will open and show you a "Shorten" button. With a click on that button you will be redirected to our website that will automatically shorten the YouTube video URL. You will get 2 URLs. The official short YouTube video URL (youtu.be/id) and an even shorter URL using our website yts.nu which will be valid for 48 hours, allowing you to share it on Facebook and Twitter with just a click.                    

Información Básica de la Extensión

Nombre YouTube URL Shortener YouTube URL Shortener
ID afhogbpjeeoholecmgggidldmdjlgjbn
URL Oficial https://chromewebstore.google.com/detail/youtube-url-shortener/afhogbpjeeoholecmgggidldmdjlgjbn
Descripción Shorten YouTube video URLs and share them on social media.
Tamaño del Archivo 11.76 KB
Cantidad de Instalaciones 857
Versión Actual 1.1
Última Actualización 2022-11-25
Fecha de Publicación 2022-11-21
Desarrollador https://ytmp3.nu
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://ytmp3.nu
URL de la Página de Ayuda https://ytmp3.nu/shortener/
URL de la Página de Política de Privacidad https://ytmp3.nu/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube URL Shortener",
    "description": "Shorten YouTube video URLs and share them on social media.",
    "version": "1.1",
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "action": {
        "default_title": "YouTube URL Shortener",
        "default_popup": "\/html\/popup.html",
        "default_icon": {
            "16": "\/icons\/16.png",
            "32": "\/icons\/32.png",
            "48": "\/icons\/48.png",
            "128": "\/icons\/128.png"
        }
    },
    "permissions": [
        "activeTab"
    ]
}