Make the Holidays Merry Christmas Again

Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!

What is Make the Holidays Merry Christmas Again?

Make the Holidays Merry Christmas Again is a Chrome extension developed by The Opposition, and its main feature is "Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!".

Extension Screenshots

screenshot

Download Make the Holidays Merry Christmas Again Extension CRX File

Download Make the Holidays Merry Christmas Again 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

                                            

Extension Basic Information

Name Make the Holidays Merry Christmas Again Make the Holidays Merry Christmas Again
ID nolmdgglambdgcklfjmadkikahnkmpca
Official URL https://chromewebstore.google.com/detail/make-the-holidays-merry-c/nolmdgglambdgcklfjmadkikahnkmpca
Description Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!
File Size 77.73 KB
Installation Count 33
Current Version 1.2
Last Updated 2017-12-02
Publish Date 2017-12-02
Developer The Opposition
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make the Holidays Merry Christmas Again",
    "description": "Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Merry Christmas!"
    },
    "default_locale": "en",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "src\/Replacer.js",
                "src\/inject.js"
            ],
            "css": [
                "css\/inject.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*"
    ]
}