Santa to Satan
Swaps the word 'Santa' with the word 'Satan'; great for the holidays.
O que é Santa to Satan?
Santa to Satan é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Swaps the word 'Santa' with the word 'Satan'; great for the holidays.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Santa to Satan
Baixe arquivos de extensão Santa to Satan no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Santa to Satan |
ID | oggeichdlekdakedbibaihfehgdckdfk |
URL Oficial | https://chromewebstore.google.com/detail/santa-to-satan/oggeichdlekdakedbibaihfehgdckdfk |
Descrição | Swaps the word 'Santa' with the word 'Satan'; great for the holidays. |
Tamanho do Arquivo | 3.62 KB |
Contagem de Instalações | 47 |
Versão Atual | 0.1 |
Última Atualização | 2016-12-13 |
Data de Publicação | 2016-12-13 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |