YouTube URL Shortener

Shorten YouTube video URLs and share them on social media.

What is YouTube URL Shortener?

YouTube URL Shortener is a Chrome extension developed by https://ytmp3.nu, and its main feature is "Shorten YouTube video URLs and share them on social media.".

Extension Screenshots

screenshot
screenshot

Download YouTube URL Shortener Extension CRX File

Download YouTube URL Shortener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YouTube URL Shortener YouTube URL Shortener
ID afhogbpjeeoholecmgggidldmdjlgjbn
Official URL https://chromewebstore.google.com/detail/youtube-url-shortener/afhogbpjeeoholecmgggidldmdjlgjbn
Description Shorten YouTube video URLs and share them on social media.
File Size 11.76 KB
Installation Count 857
Current Version 1.1
Last Updated 2022-11-25
Publish Date 2022-11-21
Developer https://ytmp3.nu
Email [email protected]
Payment Type free
Extension Website https://ytmp3.nu
Help Page URL https://ytmp3.nu/shortener/
Privacy Policy Page URL https://ytmp3.nu/privacy-policy
Supported Languages 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"
    ]
}