Youtube Share Enhancer

Mirror cast to a personal channel everytime you share a Youtube™ video to Facebook™

Youtube Share Enhancer란 무엇입니까?

Youtube Share Enhancer은(는) https://2fb.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mirror cast to a personal channel everytime you share a Youtube™ video to Facebook™"입니다.

확장 프로그램 스크린샷

screenshot

Youtube Share Enhancer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        YouTube Share Enhancer makes your video a part of a global community.

Whenever you share a YouTube video to Facebook™, Youtube™ Share Enhancer will simulcast it on a live channel. It even embeds chat if it's available and last but not least, it also let's you re-post the video to any sub-Reddit™.

Please send donations! https://paypal.me/qkast/20 and support the project, thanks!                    

확장 프로그램 기본 정보

이름 Youtube Share Enhancer Youtube Share Enhancer
ID jjghfkbkefoomanjibnhiefmdkimfcbo
공식 URL https://chromewebstore.google.com/detail/youtube-share-enhancer/jjghfkbkefoomanjibnhiefmdkimfcbo
설명 Mirror cast to a personal channel everytime you share a Youtube™ video to Facebook™
파일 크기 23.99 KB
설치 횟수 567
현재 버전 3.3.0
최근 업데이트 2019-11-28
출시 날짜 2019-11-27
평점 3.94/5 총 18 개의 평점
개발자 https://2fb.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://2fb.me
도움말 페이지 URL https://twitter.com/intent/tweet?in_reply_to=153057147427631104&related=2FBme
개인정보 보호 정책 페이지 URL https://www.termsfeed.com/live/c119d43d-41be-409e-bac8-c01b3cd65eb9
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Mirror cast to a personal channel everytime you share a Youtube\u2122 video to Facebook\u2122",
    "icons": {
        "16": "yt_plus_16.png",
        "72": "yt_plus_72.png",
        "128": "yt_plus_128.png"
    },
    "background": {
        "scripts": [
            "tracking.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/dialog*",
                "*:\/\/www.facebook.com\/*\/dialog*"
            ],
            "js": [
                "2FB.js"
            ]
        }
    ],
    "name": "Youtube Share Enhancer",
    "permissions": [],
    "version": "3.3.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}