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!

O que é Make the Holidays Merry Christmas Again?

Make the Holidays Merry Christmas Again é uma extensão do Chrome desenvolvida por The Opposition, e sua principal característica é "Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Make the Holidays Merry Christmas Again

Baixe arquivos de extensão Make the Holidays Merry Christmas Again no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome 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
Descrição Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!
Tamanho do Arquivo 77.73 KB
Contagem de Instalações 33
Versão Atual 1.2
Última Atualização 2017-12-02
Data de Publicação 2017-12-02
Desenvolvedor The Opposition
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}