YouTube URL Shortener

Shorten YouTube video URLs and share them on social media.

什么是YouTube URL Shortener?

YouTube URL Shortener是由https://ytmp3.nu开发的Chrome扩展程序,该扩展的主要功能是“Shorten YouTube video URLs and share them on social media.”。

扩展截图

screenshot
screenshot

下载YouTube URL Shortener扩展crx文件

下载YouTube URL Shortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 YouTube URL Shortener YouTube URL Shortener
ID afhogbpjeeoholecmgggidldmdjlgjbn
官方URL https://chromewebstore.google.com/detail/youtube-url-shortener/afhogbpjeeoholecmgggidldmdjlgjbn
简介 Shorten YouTube video URLs and share them on social media.
文件大小 11.76 KB
安装次数 857
当前版本 1.1
更新时间 2022-11-25
上架时间 2022-11-21
开发者 https://ytmp3.nu
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ytmp3.nu
帮助页面URL https://ytmp3.nu/shortener/
隐私政策页面URL https://ytmp3.nu/privacy-policy
支持的语言 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"
    ]
}