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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Valentines For Werewolves
ดาวน์โหลดไฟล์ส่วนขยาย Valentines For Werewolves ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |