WOW DOGE Reactions

Replaces emojis in Facebook Reactions by DOGE's WOW pictures.Such Change Much Wow

What is WOW DOGE Reactions?

WOW DOGE Reactions is a Chrome extension developed by Kshitij Choudhary, and its main feature is "Replaces emojis in Facebook Reactions by DOGE's WOW pictures.Such Change Much Wow".

Extension Screenshots

screenshot

Download WOW DOGE Reactions Extension CRX File

Download WOW DOGE Reactions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Update : 0.1.2 
With the new update now more icons get updated on Facebook. 

This was inspired from - https://www.producthunt.com/tech/trump-reactions by francois grante. 


Sincerely, 
A Doge Fan                    

Extension Basic Information

Name WOW DOGE Reactions WOW DOGE Reactions
ID dajnbnngadipnjfjbcagenecmjhbeddp
Official URL https://chromewebstore.google.com/detail/wow-doge-reactions/dajnbnngadipnjfjbcagenecmjhbeddp
Description Replaces emojis in Facebook Reactions by DOGE's WOW pictures.Such Change Much Wow
File Size 379 KB
Installation Count 263
Current Version 0.1.2
Last Updated 2016-03-03
Publish Date 2016-03-02
Rating 5.00/5 Total 6 Ratings
Developer Kshitij Choudhary
Payment Type free
Extension Website http://www.kshitij.ws
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WOW  DOGE Reactions",
    "short_name": "WOW Reactions",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Replaces emojis in Facebook Reactions by DOGE's WOW pictures.Such Change Much Wow",
    "homepage_url": "http:\/\/www.kshitij.ws",
    "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"
    ]
}