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!

ما هو Make the Holidays Merry Christmas Again؟

Make the Holidays Merry Christmas Again هو إضافة Chrome تم تطويرها بواسطة The Opposition، والميزة الرئيسية لها هي "Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Make the Holidays Merry Christmas Again

قم بتنزيل ملفات الامتداد Make the Holidays Merry Christmas Again بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Make the Holidays Merry Christmas Again Make the Holidays Merry Christmas Again
ID nolmdgglambdgcklfjmadkikahnkmpca
عنوان URL الرسمي https://chromewebstore.google.com/detail/make-the-holidays-merry-c/nolmdgglambdgcklfjmadkikahnkmpca
الوصف Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!
حجم الملف 77.73 KB
عدد التثبيتات 33
النسخة الحالية 1.2
آخر تحديث 2017-12-02
تاريخ النشر 2017-12-02
المطور The Opposition
نوع الدفع free
اللغات المدعومة 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\/*"
    ]
}