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はThe Oppositionによって開発されたChromeの拡張機能で、その主な機能は「Win the war on the war on Christmas by turning every use of the word holiday into Merry Christmas!」です。

拡張機能のスクリーンショット

screenshot

Make the Holidays Merry Christmas Again拡張機能のCRXファイルをダウンロード

Make the Holidays Merry Christmas Again拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 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\/*"
    ]
}