Santa to Satan

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

什麼是Santa to Satan?

Santa to Satan是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Swaps the word 'Santa' with the word 'Satan'; great for the holidays.”。

擴展截圖

screenshot

下載Santa to Satan擴展crx文件

下載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
官方網址 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"
        }
    ]
}