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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}