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) https://tubizou.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tubishare adds social buttons to each Facebook post and select TOP posts by number of likes, shares or comments."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tubishare (former +OneFB) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" } |