Youtube Share Enhancer

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

Youtube Share Enhancerคืออะไร?

Youtube Share Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://2fb.me และคุณลักษณะหลักของมันคือ "Mirror cast to a personal channel everytime you share a Youtube™ video to Facebook™"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Share Enhancer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}