Santa to Satan
Swaps the word 'Santa' with the word 'Satan'; great for the holidays.
Hvad er Santa to Satan?
Santa to Satan er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Swaps the word 'Santa' with the word 'Satan'; great for the holidays.".
Udvidelsesskærmbilleder
Download Santa to Satan-udvidelses-CRX-fil
Download Santa to Satan-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | oggeichdlekdakedbibaihfehgdckdfk |
| Officiel URL | https://chromewebstore.google.com/detail/santa-to-satan/oggeichdlekdakedbibaihfehgdckdfk |
| Beskrivelse | Swaps the word 'Santa' with the word 'Satan'; great for the holidays. |
| Filstørrelse | 3.62 KB |
| Antal Installationer | 47 |
| Nuværende Version | 0.1 |
| Senest Opdateret | 2016-12-13 |
| Udgivelsesdato | 2016-12-13 |
| Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
]
} | |