Steve Harvey Reactions

The next time you react on facebook, Steve Harvey reacts with you!

Steve Harvey Reactions क्या है?

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

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

screenshot

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

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

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

                        Replace Facebook Reactions with Steve Harvey'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.                    

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

नाम Steve Harvey Reactions Steve Harvey Reactions
ID bhdeifniefekodapfcaodniphfajogob
आधिकारिक URL https://chromewebstore.google.com/detail/steve-harvey-reactions/bhdeifniefekodapfcaodniphfajogob
विवरण The next time you react on facebook, Steve Harvey reacts with you!
फ़ाइल का आकार 3.74 MB
स्थापना संख्या 13
वर्तमान संस्करण 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": "Steve Harvey Reactions",
    "short_name": "Steve Harvey Reactions",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "The next time you react on facebook, Steve Harvey 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"
    ]
}