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é es Make the Holidays Merry Christmas Again?

Make the Holidays Merry Christmas Again es una extensión de Chrome desarrollada por The Opposition, y su función principal es "Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Make the Holidays Merry Christmas Again

Descarga archivos de extensión Make the Holidays Merry Christmas Again en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre Make the Holidays Merry Christmas Again Make the Holidays Merry Christmas Again
ID nolmdgglambdgcklfjmadkikahnkmpca
URL Oficial https://chromewebstore.google.com/detail/make-the-holidays-merry-c/nolmdgglambdgcklfjmadkikahnkmpca
Descripción Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!
Tamaño del Archivo 77.73 KB
Cantidad de Instalaciones 33
Versión Actual 1.2
Última Actualización 2017-12-02
Fecha de Publicación 2017-12-02
Desarrollador The Opposition
Tipo de Pago free
Idiomas Soportados 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\/*"
    ]
}