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.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Valentines For Werewolves

قم بتنزيل ملفات الامتداد Valentines For Werewolves بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                    

معلومات أساسية عن التمديد

الاسم Valentines For Werewolves Valentines For Werewolves
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"
}