Valentines For Werewolves

February 14th wasn't always "Valentine's Day". Acknowledge the day's origins by applying an alternate name coined by Warren Ellis.

Valentines For Werewolvesとは何ですか?

Valentines For Werewolvesはhttp://www.argylewerewolf.comによって開発されたChromeの拡張機能で、その主な機能は「February 14th wasn't always "Valentine's Day". Acknowledge the day's origins by applying an alternate name coined by Warren Ellis.」です。

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

screenshot
screenshot

Valentines For Werewolves拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Not everyone is in love with Valentine's Day. This extension will replace all instances of "Valentine's Day" and "St. Valentine" (including "Saint" and various forms of punctuation) with a not-safe-for-work name coined by writer Warren Ellis, who in 2008 wrote a short blog post (http://www.warrenellis.com/?p=5608) referencing the holiday's pre-Roman festival origin.

v0.3 update: fixed a bug where the extension would run too soon on some pages, failing and causing errors.                    

拡張機能の基本情報

名前 Valentines For Werewolves Valentines For Werewolves
ID fbkegdlfjobbofnnfnckkbfbjgkdnblh
公式URL https://chrome.google.com/webstore/detail/valentines-for-werewolves/fbkegdlfjobbofnnfnckkbfbjgkdnblh
説明 February 14th wasn't always "Valentine's Day". Acknowledge the day's origins by applying an alternate name coined by Warren Ellis.
ファイルサイズ 21.55 KB
インストール数 117
現在のバージョン 0.3
最終更新日 2017-01-27
公開日 2017-01-27
評価 5.00/5 合計 5 レビュー
開発者 http://www.argylewerewolf.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "A. Quinton - argylewerewolf.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lupercalia.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "February 14th wasn't always \"Valentine's Day\". Acknowledge the day's origins by applying an alternate name coined by Warren Ellis.",
    "icons": {
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "name": "Valentines For Werewolves",
    "version": "0.3"
}