Skeleton Alert
Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U
O que é Skeleton Alert?
Skeleton Alert é uma extensão do Chrome desenvolvida por https://daddy.cat, e sua principal característica é "Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Skeleton Alert
Baixe arquivos de extensão Skeleton Alert 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
This extension changes all mentions of "SJW" or "Social Justice Warriors" to "skeletons". Because, as we all know, they are 2spooky. Idea courtesy of @CaveSoul - https://twitter.com/CaveSoul/status/521753345930067968
Informações Básicas da Extensão
Nome | Skeleton Alert |
ID | nobfdgalgecdhfjbeahipbnpcepcpcei |
URL Oficial | https://chromewebstore.google.com/detail/skeleton-alert/nobfdgalgecdhfjbeahipbnpcepcpcei |
Descrição | Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U |
Tamanho do Arquivo | 3.41 KB |
Contagem de Instalações | 29 |
Versão Atual | 1.0 |
Última Atualização | 2014-10-15 |
Data de Publicação | 2014-10-15 |
Classificação | 3.33/5 Total de 3 Avaliações |
Desenvolvedor | https://daddy.cat |
Tipo de Pagamento | free |
Site da Extensão | http://daddy.cat |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skeleton Alert", "version": "1.0", "description": "Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |