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!

Cos'è Make the Holidays Merry Christmas Again?

Make the Holidays Merry Christmas Again è un'estensione di Chrome sviluppata da The Opposition, e la sua funzione principale è "Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Make the Holidays Merry Christmas Again

Scarica i file di estensione Make the Holidays Merry Christmas Again in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Make the Holidays Merry Christmas Again Make the Holidays Merry Christmas Again
ID nolmdgglambdgcklfjmadkikahnkmpca
URL Ufficiale https://chromewebstore.google.com/detail/make-the-holidays-merry-c/nolmdgglambdgcklfjmadkikahnkmpca
Descrizione Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!
Dimensione del File 77.73 KB
Conteggio Installazioni 33
Versione Corrente 1.2
Ultimo Aggiornamento 2017-12-02
Data di Pubblicazione 2017-12-02
Sviluppatore The Opposition
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}