YouTubeDJ
Play all YouTubes from Facebook user or page.
ما هو YouTubeDJ؟
YouTubeDJ هو إضافة Chrome تم تطويرها بواسطة https://www.youtubedj.net، والميزة الرئيسية لها هي "Play all YouTubes from Facebook user or page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTubeDJ
قم بتنزيل ملفات الامتداد YouTubeDJ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Go to any Facebook user or page and click icon in address bar to play all YouTubes like a radio station.
This application was not developed by Google Inc. YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. معلومات أساسية عن التمديد
| الاسم | |
| ID | caedepagkeljijgohlgelibbnldpkfgk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtubedj/caedepagkeljijgohlgelibbnldpkfgk |
| الوصف | Play all YouTubes from Facebook user or page. |
| حجم الملف | 18.97 KB |
| عدد التثبيتات | 114 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2013-01-18 |
| تاريخ النشر | 2013-01-18 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://www.youtubedj.net |
| نوع الدفع | free |
| موقع الإضافة | http://www.youtubedj.net |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YouTubeDJ",
"description": "Play all YouTubes from Facebook user or page.",
"version": "1.1",
"background": {
"scripts": [
"background.js"
]
},
"page_action": {
"default_icon": "ytdj_logo_19.png",
"default_title": "Play this in YouTubeDJ"
},
"permissions": [
"tabs"
],
"icons": {
"48": "ytdj_logo_48.png",
"128": "ytdj_logo_128_cws.png"
}
} | |