YouTube URL Shortener

Shorten YouTube video URLs and share them on social media.

Co je YouTube URL Shortener?

YouTube URL Shortener je rozšíření Chrome vyvinuté https://ytmp3.nu, a jeho hlavní funkcí je „Shorten YouTube video URLs and share them on social media.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření YouTube URL Shortener

Stáhněte si soubory rozšíření YouTube URL Shortener ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název YouTube URL Shortener YouTube URL Shortener
ID afhogbpjeeoholecmgggidldmdjlgjbn
Oficiální URL https://chromewebstore.google.com/detail/youtube-url-shortener/afhogbpjeeoholecmgggidldmdjlgjbn
Popis Shorten YouTube video URLs and share them on social media.
Velikost souboru 11.76 KB
Počet instalací 857
Aktuální Verze 1.1
Poslední Aktualizace 2022-11-25
Datum Vydání 2022-11-21
Vývojář https://ytmp3.nu
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ytmp3.nu
URL Stránky Nápovědy https://ytmp3.nu/shortener/
URL Stránky Zásad Ochrany Soukromí https://ytmp3.nu/privacy-policy
Podporované Jazyky 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"
    ]
}