Santa to Satan
Swaps the word 'Santa' with the word 'Satan'; great for the holidays.
Cos'è Santa to Satan?
Santa to Satan è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Swaps the word 'Santa' with the word 'Satan'; great for the holidays.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Santa to Satan
Scarica i file di estensione Santa to Satan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | oggeichdlekdakedbibaihfehgdckdfk |
| URL Ufficiale | https://chromewebstore.google.com/detail/santa-to-satan/oggeichdlekdakedbibaihfehgdckdfk |
| Descrizione | Swaps the word 'Santa' with the word 'Satan'; great for the holidays. |
| Dimensione del File | 3.62 KB |
| Conteggio Installazioni | 47 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2016-12-13 |
| Data di Pubblicazione | 2016-12-13 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
]
} | |