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!

Qu'est-ce que Make the Holidays Merry Christmas Again ?

Make the Holidays Merry Christmas Again est une extension Chrome développée par The Opposition, et sa fonction principale est "Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Make the Holidays Merry Christmas Again

Téléchargez les fichiers d'extension Make the Holidays Merry Christmas Again au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Make the Holidays Merry Christmas Again Make the Holidays Merry Christmas Again
ID nolmdgglambdgcklfjmadkikahnkmpca
URL Officiel 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!
Taille du Fichier 77.73 KB
Nombre d'Installations 33
Version Actuelle 1.2
Dernière Mise à Jour 2017-12-02
Date de Publication 2017-12-02
Développeur The Opposition
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}