Youtube Share Enhancer

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

What is Youtube Share Enhancer?

Youtube Share Enhancer is a Chrome extension developed by https://2fb.me, and its main feature is "Mirror cast to a personal channel everytime you share a Youtube™ video to Facebook™".

Extension Screenshots

screenshot

Download Youtube Share Enhancer Extension CRX File

Download Youtube Share Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Youtube Share Enhancer Youtube Share Enhancer
ID jjghfkbkefoomanjibnhiefmdkimfcbo
Official URL https://chromewebstore.google.com/detail/youtube-share-enhancer/jjghfkbkefoomanjibnhiefmdkimfcbo
Description Mirror cast to a personal channel everytime you share a Youtube™ video to Facebook™
File Size 23.99 KB
Installation Count 567
Current Version 3.3.0
Last Updated 2019-11-28
Publish Date 2019-11-27
Rating 3.94/5 Total 18 Ratings
Developer https://2fb.me
Email [email protected]
Payment Type free
Extension Website http://2fb.me
Help Page URL https://twitter.com/intent/tweet?in_reply_to=153057147427631104&related=2FBme
Privacy Policy Page URL https://www.termsfeed.com/live/c119d43d-41be-409e-bac8-c01b3cd65eb9
Supported Languages 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'"
}