Santa to Satan
Swaps the word 'Santa' with the word 'Satan'; great for the holidays.
Co to jest Santa to Satan?
Santa to Satan to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Swaps the word 'Santa' with the word 'Satan'; great for the holidays.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Santa to Satan
Pobierz pliki rozszerzeń Santa to Satan w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Santa to Satan |
ID | oggeichdlekdakedbibaihfehgdckdfk |
Oficjalny URL | https://chromewebstore.google.com/detail/santa-to-satan/oggeichdlekdakedbibaihfehgdckdfk |
Opis | Swaps the word 'Santa' with the word 'Satan'; great for the holidays. |
Rozmiar pliku | 3.62 KB |
Liczba instalacji | 47 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2016-12-13 |
Data Publikacji | 2016-12-13 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |