Beyoncé Reactions
The next time you react on facebook, Beyoncé reacts with you!
Beyoncé Reactions क्या है?
Beyoncé Reactions https://www.reactyourway.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The next time you react on facebook, Beyoncé reacts with you!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Beyoncé Reactions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replace Facebook Reactions with Beyonce's Reactions! If you'd like to have more such reactions or even have your own custom reaction, head over to www.reactyourway.com. Note: Reload facebook & chrome to use the reaction.
एक्सटेंशन की मूल जानकारी
नाम | Beyoncé Reactions |
ID | ffngjfagfaeddjeambfjgjlmpaklkkea |
आधिकारिक URL | https://chromewebstore.google.com/detail/beyonc%C3%A9-reactions/ffngjfagfaeddjeambfjgjlmpaklkkea |
विवरण | The next time you react on facebook, Beyoncé reacts with you! |
फ़ाइल का आकार | 703 KB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2016-03-04 |
प्रकाशन तिथि | 2016-03-03 |
डेवलपर | https://www.reactyourway.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Beyonc\u00e9 Reactions", "short_name": "Beyonc\u00e9 Reactions", "version": "0.0.1", "manifest_version": 2, "description": "The next time you react on facebook, Beyonc\u00e9 reacts with you!", "homepage_url": "https:\/\/reactyourway.com", "default_locale": "en", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "*:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "css": [ "content_script\/replace-reactions.css" ] } ], "web_accessible_resources": [ "img\/*.png" ] } |