Anonymous to 15 year old kid
Replaces the text 'anonymous' by '15 year old kid'.
O que é Anonymous to 15 year old kid?
Anonymous to 15 year old kid é uma extensão do Chrome desenvolvida por amonije, e sua principal característica é "Replaces the text 'anonymous' by '15 year old kid'.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Anonymous to 15 year old kid
Baixe arquivos de extensão Anonymous to 15 year old kid 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 replaces all "Anonymous" words by "group of 15 year old kids" and other things on web pages. The results are funny. FAQ: - Why ? --> Because - It's not funny --> I don't care Source code here: https://github.com/Malharhak/Anonymous-To-15-Year-Old-Kid if you're a 15 year old hacker that wants to hackitty hack.
Informações Básicas da Extensão
Nome | |
ID | lkfinojjbbpiedipbemghkhlbjiobjoa |
URL Oficial | https://chrome.google.com/webstore/detail/anonymous-to-15-year-old/lkfinojjbbpiedipbemghkhlbjiobjoa |
Descrição | Replaces the text 'anonymous' by '15 year old kid'. |
Tamanho do Arquivo | 3.66 KB |
Contagem de Instalações | 28 |
Versão Atual | 1.2 |
Última Atualização | 2015-11-30 |
Data de Publicação | 2015-11-30 |
Classificação | 3.83/5 Total de 6 Avaliações |
Desenvolvedor | amonije |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anonymous to 15 year old kid", "version": "1.2", "description": "Replaces the text 'anonymous' by '15 year old kid'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |