Stick Figure Reactions

The next time you react on facebook, Stick Figures reacts with you!

Stick Figure Reactions क्या है?

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

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

screenshot

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

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

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

                        Replace Facebook Reactions with Stick Figures!

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.                    

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

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