Tubishare (former +OneFB)
Tubishare adds social buttons to each Facebook post and select TOP posts by number of likes, shares or comments.
ما هو Tubishare (former +OneFB)؟
Tubishare (former +OneFB) هو إضافة Chrome تم تطويرها بواسطة https://tubizou.net، والميزة الرئيسية لها هي "Tubishare adds social buttons to each Facebook post and select TOP posts by number of likes, shares or comments.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tubishare (former +OneFB)
قم بتنزيل ملفات الامتداد Tubishare (former +OneFB) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Chrome extention will add "Plus One" Button below each Facebook post. All articles recommended by +1 button will be appeared on Google Plus profile. For more information about "Plus One" Button: http://goo.gl/ccuoP TRACK CHANGES: (09/02/2015) Change name to "Tubishare". (04/02/2015) Add top "RECOMMENDATIONS" links. (03/02/2015) Add "Share to Google+" link. (18/07/2011) Extract external link instead of FB-permanent link (privacy reason). ACKNOWLEDGEMENT: Thanks to H.T. Nguyen for the core work. Thanks to all users for using and supporting! TECHNICAL SUPPORTS: Every suggestions for new features and/or reports for bugs are welcome! For new updates, follow H.T. Nguyen on Google+: https://plus.google.com/104350820495897087107/about
معلومات أساسية عن التمديد
الاسم | Tubishare (former +OneFB) |
ID | filcdchddjiekgohoaojfoofhbfbamig |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tubishare-former-+onefb/filcdchddjiekgohoaojfoofhbfbamig |
الوصف | Tubishare adds social buttons to each Facebook post and select TOP posts by number of likes, shares or comments. |
حجم الملف | 177 KB |
عدد التثبيتات | 131 |
النسخة الحالية | 1.1.4 |
آخر تحديث | 2015-02-09 |
تاريخ النشر | 2015-02-09 |
تقييم | 3.92/5 مجموع تقييمات 13 |
المطور | https://tubizou.net |
نوع الدفع | free |
موقع الإضافة | https://plus.google.com/104350820495897087107/about |
عنوان صفحة المساعدة | https://plus.google.com/104350820495897087107/about |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "plus.one.fb.js", "jquery.min.js", "md5.js", "jquery-ui.js" ], "css": [ "tooltip.css", "jquery-ui.css" ], "matches": [ "https:\/\/www.facebook.com\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Tubishare adds social buttons to each Facebook post and select TOP posts by number of likes, shares or comments.", "name": "Tubishare (former +OneFB)", "short_name": "Tubishare", "version": "1.1.4" } |