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.
Cos'è Valentines For Werewolves?
Valentines For Werewolves è un'estensione di Chrome sviluppata da http://www.argylewerewolf.com, e la sua funzione principale è "February 14th wasn't always "Valentine's Day". Acknowledge the day's origins by applying an alternate name coined by Warren Ellis.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Valentines For Werewolves
Scarica i file di estensione Valentines For Werewolves in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fbkegdlfjobbofnnfnckkbfbjgkdnblh |
URL Ufficiale | https://chrome.google.com/webstore/detail/valentines-for-werewolves/fbkegdlfjobbofnnfnckkbfbjgkdnblh |
Descrizione | February 14th wasn't always "Valentine's Day". Acknowledge the day's origins by applying an alternate name coined by Warren Ellis. |
Dimensione del File | 21.55 KB |
Conteggio Installazioni | 117 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2017-01-27 |
Data di Pubblicazione | 2017-01-27 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | http://www.argylewerewolf.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |