Santa to Satan

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

What is Santa to Satan?

Santa to Satan is a Chrome extension developed by Unknown, and its main feature is "Swaps the word 'Santa' with the word 'Satan'; great for the holidays.".

Extension Screenshots

screenshot

Download Santa to Satan Extension CRX File

Download Santa to Satan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Santa to Satan Santa to Satan
ID oggeichdlekdakedbibaihfehgdckdfk
Official URL https://chromewebstore.google.com/detail/santa-to-satan/oggeichdlekdakedbibaihfehgdckdfk
Description Swaps the word 'Santa' with the word 'Satan'; great for the holidays.
File Size 3.62 KB
Installation Count 47
Current Version 0.1
Last Updated 2016-12-13
Publish Date 2016-12-13
Rating 3.67/5 Total 3 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
        }
    ]
}