facetube
View only videos shared by your friends
ما هو facetube؟
facetube هو إضافة Chrome تم تطويرها بواسطة Chakri، والميزة الرئيسية لها هي "View only videos shared by your friends".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة facetube
قم بتنزيل ملفات الامتداد facetube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
FaceTube is a chrome plugin with simplest UI where you can see only videos shared by the user on facebook. In short it aggregates all the videos on your wall and hides everything else. * Download Button very next to share option Updates: 1. Download has now a cool icon
معلومات أساسية عن التمديد
الاسم | |
ID | pognkkenoiodbobdgpihjmecelggcpan |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/facetube/pognkkenoiodbobdgpihjmecelggcpan |
الوصف | View only videos shared by your friends |
حجم الملف | 64.82 KB |
عدد التثبيتات | 67 |
النسخة الحالية | 1.2 |
آخر تحديث | 2015-09-24 |
تاريخ النشر | 2015-09-24 |
تقييم | 4.71/5 مجموع تقييمات 14 |
المطور | Chakri |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "facetube", "description": "View only videos shared by your friends", "version": "1.2", "icons": { "48": "icon_48.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery.js", "ga.js", "content.js" ], "all_frames": false } ], "web_accessible_resources": [ "download.png" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |