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™”。
擴展截圖
下載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 |
ID | jjghfkbkefoomanjibnhiefmdkimfcbo |
官方網址 | 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'" } |