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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}