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™".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube Share Enhancer
قم بتنزيل ملفات الامتداد Youtube Share Enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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! معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | https://twitter.com/intent/tweet?in_reply_to=153057147427631104&related=2FBme |
| عنوان صفحة سياسة الخصوصية | 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'"
} | |