Spooky Season

Gets you in a spooky mood for the spookiest time of year.

ما هو Spooky Season؟

Spooky Season هو إضافة Chrome تم تطويرها بواسطة Clarissa Kleveno، والميزة الرئيسية لها هي "Gets you in a spooky mood for the spookiest time of year.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Spooky Season

قم بتنزيل ملفات الامتداد Spooky Season بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Spooky Season is an extension that changes references to fall or autumn to "Spooky Season", as well as some other key phrases changed to their spooky counter parts.                    

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

الاسم Spooky Season Spooky Season
ID lhogfbebcmgaomjijhhckcpileijjgeo
عنوان URL الرسمي https://chromewebstore.google.com/detail/spooky-season/lhogfbebcmgaomjijhhckcpileijjgeo
الوصف Gets you in a spooky mood for the spookiest time of year.
حجم الملف 9.03 KB
عدد التثبيتات 25
النسخة الحالية 1.0
آخر تحديث 2019-10-05
تاريخ النشر 2019-10-01
تقييم 5.00/5 مجموع تقييمات 2
المطور Clarissa Kleveno
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spooky Season",
    "description": "Gets you in a spooky mood for the spookiest time of year.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "permissions": [
                "activeTab"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}