YouTube URL Shortener

Shorten YouTube video URLs and share them on social media.

Qu'est-ce que YouTube URL Shortener ?

YouTube URL Shortener est une extension Chrome développée par https://ytmp3.nu, et sa fonction principale est "Shorten YouTube video URLs and share them on social media.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube URL Shortener

Téléchargez les fichiers d'extension YouTube URL Shortener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YouTube URL Shortener YouTube URL Shortener
ID afhogbpjeeoholecmgggidldmdjlgjbn
URL Officiel https://chromewebstore.google.com/detail/youtube-url-shortener/afhogbpjeeoholecmgggidldmdjlgjbn
Description Shorten YouTube video URLs and share them on social media.
Taille du Fichier 11.76 KB
Nombre d'Installations 857
Version Actuelle 1.1
Dernière Mise à Jour 2022-11-25
Date de Publication 2022-11-21
Développeur https://ytmp3.nu
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ytmp3.nu
URL de la Page d'Aide https://ytmp3.nu/shortener/
URL de la Page de Politique de Confidentialité https://ytmp3.nu/privacy-policy
Langues Prises en Charge 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"
    ]
}