Santa to Satan

Swaps the word 'Santa' with the word 'Satan'; great for the holidays.

Santa to Satanคืออะไร?

Santa to Satan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Swaps the word 'Santa' with the word 'Satan'; great for the holidays."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Santa to Satan

ดาวน์โหลดไฟล์ส่วนขยาย Santa to Satan ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Special request from a friend--changes the word "Santa" to "Satan" to make your holiday experience better. Also will make cities in California look a lot more evil so caveat emptor.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Santa to Satan Santa to Satan
ID oggeichdlekdakedbibaihfehgdckdfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/santa-to-satan/oggeichdlekdakedbibaihfehgdckdfk
คำอธิบาย Swaps the word 'Santa' with the word 'Satan'; great for the holidays.
ขนาดไฟล์ 3.62 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-12-13
วันที่เผยแพร่ 2016-12-13
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Santa to Satan",
    "description": "Swaps the word 'Santa' with the word 'Satan'; great for the holidays.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}