Disney Reactions

The next time you react on facebook, Disney Characters reacts with you!

Disney Reactions क्या है?

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

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

screenshot

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

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

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

                        Replace Facebook Reactions with Disney Characters!

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.                    

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

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