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ファイルをダウンロード

Youtube Share Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}