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.

Vad är Valentines For Werewolves?

Valentines For Werewolves är en Chrome-tillägg utvecklad av http://www.argylewerewolf.com, och dess huvudfunktion är "February 14th wasn't always "Valentine's Day". Acknowledge the day's origins by applying an alternate name coined by Warren Ellis.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Valentines For Werewolves-förlängningens CRX-fil

Ladda ner Valentines For Werewolves-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Valentines For Werewolves Valentines For Werewolves
ID fbkegdlfjobbofnnfnckkbfbjgkdnblh
Officiell webbadress https://chrome.google.com/webstore/detail/valentines-for-werewolves/fbkegdlfjobbofnnfnckkbfbjgkdnblh
Beskrivning February 14th wasn't always "Valentine's Day". Acknowledge the day's origins by applying an alternate name coined by Warren Ellis.
Filstorlek 21.55 KB
Antal Installationer 117
Aktuell Version 0.3
Senast Uppdaterad 2017-01-27
Publiceringsdatum 2017-01-27
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare http://www.argylewerewolf.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}