YouTube URL Shortener

Shorten YouTube video URLs and share them on social media.

Cos'è YouTube URL Shortener?

YouTube URL Shortener è un'estensione di Chrome sviluppata da https://ytmp3.nu, e la sua funzione principale è "Shorten YouTube video URLs and share them on social media.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione YouTube URL Shortener

Scarica i file di estensione YouTube URL Shortener in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouTube URL Shortener YouTube URL Shortener
ID afhogbpjeeoholecmgggidldmdjlgjbn
URL Ufficiale https://chromewebstore.google.com/detail/youtube-url-shortener/afhogbpjeeoholecmgggidldmdjlgjbn
Descrizione Shorten YouTube video URLs and share them on social media.
Dimensione del File 11.76 KB
Conteggio Installazioni 857
Versione Corrente 1.1
Ultimo Aggiornamento 2022-11-25
Data di Pubblicazione 2022-11-21
Sviluppatore https://ytmp3.nu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ytmp3.nu
URL della Pagina di Aiuto https://ytmp3.nu/shortener/
URL della Pagina della Politica sulla Privacy https://ytmp3.nu/privacy-policy
Lingue Supportate 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"
    ]
}