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!

Co to jest Make the Holidays Merry Christmas Again?

Make the Holidays Merry Christmas Again to rozszerzenie Chrome opracowane przez The Opposition, a jego główną funkcją jest „Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Make the Holidays Merry Christmas Again

Pobierz pliki rozszerzeń Make the Holidays Merry Christmas Again w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Make the Holidays Merry Christmas Again Make the Holidays Merry Christmas Again
ID nolmdgglambdgcklfjmadkikahnkmpca
Oficjalny URL https://chromewebstore.google.com/detail/make-the-holidays-merry-c/nolmdgglambdgcklfjmadkikahnkmpca
Opis Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!
Rozmiar pliku 77.73 KB
Liczba instalacji 33
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2017-12-02
Data Publikacji 2017-12-02
Deweloper The Opposition
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}