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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}