Minion Reactions

The next time you react on facebook, Minions reacts with you!

Minion Reactions क्या है?

Minion Reactions https://www.reactyourway.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The next time you react on facebook, Minions reacts with you!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Minion Reactions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Replace Facebook Reactions with Minions!

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.                    

एक्सटेंशन की मूल जानकारी

नाम Minion Reactions Minion Reactions
ID hlgdikgekkigfiojkfpcpefcaicgckce
आधिकारिक URL https://chromewebstore.google.com/detail/minion-reactions/hlgdikgekkigfiojkfpcpefcaicgckce
विवरण The next time you react on facebook, Minions reacts with you!
फ़ाइल का आकार 592 KB
स्थापना संख्या 337
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2016-03-04
प्रकाशन तिथि 2016-03-03
रेटिंग 1.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.reactyourway.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minion Reactions",
    "short_name": "Minion Reactions",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "The next time you react on facebook, Minions 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"
    ]
}