Auto Reactions
This give reaction to all posts in current facebook page
Auto Reactions क्या है?
Auto Reactions sundaykuloksun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This give reaction to all posts in current facebook page"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Reactions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically put any reactions on your current facebook page. But you have to manually trigger the reaction bar first. This plugin is an open source project, feel free to contribute :P https://github.com/199911/put-angry-face-on-all-fb-posts Change log: Fixed bug report by user in 1.5 Add thanksful button for mother's day in 1.4 Code clean up in 1.3 Facebook change the html of reaction panel, updated in 1.2 We have updated the UI in 1.1 :D
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | dgnmahcjhdlpdobcabankkjidigcnifb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/auto-reactions/dgnmahcjhdlpdobcabankkjidigcnifb |
विवरण | This give reaction to all posts in current facebook page |
फ़ाइल का आकार | 91.35 KB |
स्थापना संख्या | 48 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2017-11-24 |
प्रकाशन तिथि | 2017-11-24 |
रेटिंग | 3.14/5 कुल 21 रेटिंग्स |
डेवलपर | sundaykuloksun |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/199911/put-angry-face-on-all-fb-posts |
सहायता पृष्ठ URL | https://github.com/199911/put-angry-face-on-all-fb-posts/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Reactions", "description": "This give reaction to all posts in current facebook page", "version": "1.6", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "put-angry-icon.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |