Santa to Satan

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

Qu'est-ce que Santa to Satan ?

Santa to Satan est une extension Chrome développée par Unknown, et sa fonction principale est "Swaps the word 'Santa' with the word 'Satan'; great for the holidays.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Santa to Satan

Téléchargez les fichiers d'extension Santa to Satan au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Santa to Satan Santa to Satan
ID oggeichdlekdakedbibaihfehgdckdfk
URL Officiel https://chromewebstore.google.com/detail/santa-to-satan/oggeichdlekdakedbibaihfehgdckdfk
Description Swaps the word 'Santa' with the word 'Satan'; great for the holidays.
Taille du Fichier 3.62 KB
Nombre d'Installations 47
Version Actuelle 0.1
Dernière Mise à Jour 2016-12-13
Date de Publication 2016-12-13
Évaluation 3.67/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}