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!

Wat is Make the Holidays Merry Christmas Again?

Make the Holidays Merry Christmas Again is een Chrome-extensie ontwikkeld door The Opposition, en de belangrijkste functie is "Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Make the Holidays Merry Christmas Again

Download Make the Holidays Merry Christmas Again-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Make the Holidays Merry Christmas Again Make the Holidays Merry Christmas Again
ID nolmdgglambdgcklfjmadkikahnkmpca
Officiële URL https://chromewebstore.google.com/detail/make-the-holidays-merry-c/nolmdgglambdgcklfjmadkikahnkmpca
Beschrijving Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!
Bestandsgrootte 77.73 KB
Aantal Installaties 33
Huidige Versie 1.2
Laatst Bijgewerkt 2017-12-02
Publicatiedatum 2017-12-02
Ontwikkelaar The Opposition
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}