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
电子邮箱 [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"
}