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.
Was ist Valentines For Werewolves?
Valentines For Werewolves ist eine Chrome-Erweiterung, die von http://www.argylewerewolf.com entwickelt wurde, und ihr Hauptmerkmal ist "February 14th wasn't always "Valentine's Day". Acknowledge the day's origins by applying an alternate name coined by Warren Ellis.".
Erweiterungsscreenshots
Valentines For Werewolves-Erweiterungs-CRX-Datei herunterladen
Laden Sie Valentines For Werewolves-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fbkegdlfjobbofnnfnckkbfbjgkdnblh |
Offizielle URL | https://chrome.google.com/webstore/detail/valentines-for-werewolves/fbkegdlfjobbofnnfnckkbfbjgkdnblh |
Beschreibung | February 14th wasn't always "Valentine's Day". Acknowledge the day's origins by applying an alternate name coined by Warren Ellis. |
Dateigröße | 21.55 KB |
Installationsanzahl | 117 |
Aktuelle Version | 0.3 |
Letztes Update | 2017-01-27 |
Veröffentlichungsdatum | 2017-01-27 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | http://www.argylewerewolf.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |