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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | fbkegdlfjobbofnnfnckkbfbjgkdnblh |
官方網址 | 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" } |