Santa to Satan
Swaps the word 'Santa' with the word 'Satan'; great for the holidays.
Vad är Santa to Satan?
Santa to Satan är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Swaps the word 'Santa' with the word 'Satan'; great for the holidays.".
Tilläggsskärmbilder
Ladda ner Santa to Satan-förlängningens CRX-fil
Ladda ner Santa to Satan-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | oggeichdlekdakedbibaihfehgdckdfk |
| Officiell webbadress | https://chromewebstore.google.com/detail/santa-to-satan/oggeichdlekdakedbibaihfehgdckdfk |
| Beskrivning | Swaps the word 'Santa' with the word 'Satan'; great for the holidays. |
| Filstorlek | 3.62 KB |
| Antal Installationer | 47 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2016-12-13 |
| Publiceringsdatum | 2016-12-13 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
} | |