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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "February 14th wasn't always "Valentine's Day". Acknowledge the day's origins by applying an alternate name coined by Warren Ellis."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Valentines For Werewolves एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |