Santa to Satan
Swaps the word 'Santa' with the word 'Satan'; great for the holidays.
Wat is Santa to Satan?
Santa to Satan is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Swaps the word 'Santa' with the word 'Satan'; great for the holidays.".
Extensie Screenshots
Download het CRX-bestand van de extensie Santa to Satan
Download Santa to Satan-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Santa to Satan |
ID | oggeichdlekdakedbibaihfehgdckdfk |
Officiële URL | https://chromewebstore.google.com/detail/santa-to-satan/oggeichdlekdakedbibaihfehgdckdfk |
Beschrijving | Swaps the word 'Santa' with the word 'Satan'; great for the holidays. |
Bestandsgrootte | 3.62 KB |
Aantal Installaties | 47 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-12-13 |
Publicatiedatum | 2016-12-13 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |