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 là gì?
Valentines For Werewolves là một tiện ích mở rộng Chrome được phát triển bởi http://www.argylewerewolf.com, và tính năng chính của nó là "February 14th wasn't always "Valentine's Day". Acknowledge the day's origins by applying an alternate name coined by Warren Ellis.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Valentines For Werewolves
Tải xuống các tệp mở rộng Valentines For Werewolves dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fbkegdlfjobbofnnfnckkbfbjgkdnblh |
URL Chính Thức | https://chrome.google.com/webstore/detail/valentines-for-werewolves/fbkegdlfjobbofnnfnckkbfbjgkdnblh |
Mô tả | February 14th wasn't always "Valentine's Day". Acknowledge the day's origins by applying an alternate name coined by Warren Ellis. |
Kích Thước Tệp | 21.55 KB |
Số Lần Cài Đặt | 117 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2017-01-27 |
Ngày Phát Hành | 2017-01-27 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://www.argylewerewolf.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |