Santa to Satan
Swaps the word 'Santa' with the word 'Satan'; great for the holidays.
Was ist Santa to Satan?
Santa to Satan ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Swaps the word 'Santa' with the word 'Satan'; great for the holidays.".
Erweiterungsscreenshots
Santa to Satan-Erweiterungs-CRX-Datei herunterladen
Laden Sie Santa to Satan-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oggeichdlekdakedbibaihfehgdckdfk |
| Offizielle URL | https://chromewebstore.google.com/detail/santa-to-satan/oggeichdlekdakedbibaihfehgdckdfk |
| Beschreibung | Swaps the word 'Santa' with the word 'Satan'; great for the holidays. |
| Dateigröße | 3.62 KB |
| Installationsanzahl | 47 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2016-12-13 |
| Veröffentlichungsdatum | 2016-12-13 |
| Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
]
} | |