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!

Hvad er Make the Holidays Merry Christmas Again?

Make the Holidays Merry Christmas Again er en Chrome-udvidelse udviklet af The Opposition, og dens hovedfunktion er "Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!".

Udvidelsesskærmbilleder

screenshot

Download Make the Holidays Merry Christmas Again-udvidelses-CRX-fil

Download Make the Holidays Merry Christmas Again-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Make the Holidays Merry Christmas Again Make the Holidays Merry Christmas Again
ID nolmdgglambdgcklfjmadkikahnkmpca
Officiel URL https://chromewebstore.google.com/detail/make-the-holidays-merry-c/nolmdgglambdgcklfjmadkikahnkmpca
Beskrivelse Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!
Filstørrelse 77.73 KB
Antal Installationer 33
Nuværende Version 1.2
Senest Opdateret 2017-12-02
Udgivelsesdato 2017-12-02
Udvikler The Opposition
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}