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!

Vad är Make the Holidays Merry Christmas Again?

Make the Holidays Merry Christmas Again är en Chrome-tillägg utvecklad av The Opposition, och dess huvudfunktion är "Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!".

Tilläggsskärmbilder

screenshot

Ladda ner Make the Holidays Merry Christmas Again-förlängningens CRX-fil

Ladda ner Make the Holidays Merry Christmas Again-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Make the Holidays Merry Christmas Again Make the Holidays Merry Christmas Again
ID nolmdgglambdgcklfjmadkikahnkmpca
Officiell webbadress https://chromewebstore.google.com/detail/make-the-holidays-merry-c/nolmdgglambdgcklfjmadkikahnkmpca
Beskrivning Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!
Filstorlek 77.73 KB
Antal Installationer 33
Aktuell Version 1.2
Senast Uppdaterad 2017-12-02
Publiceringsdatum 2017-12-02
Utvecklare The Opposition
Betalningssätt free
Stödda Språk 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\/*"
    ]
}