Liberal to Lizard
Replaces the text 'liberal' with 'lizard'.
O que é Liberal to Lizard?
Liberal to Lizard é uma extensão do Chrome desenvolvida por Alex Hixon, e sua principal característica é "Replaces the text 'liberal' with 'lizard'.".
Baixar o arquivo CRX da Extensão Liberal to Lizard
Baixe arquivos de extensão Liberal to Lizard 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
Informações Básicas da Extensão
Nome | |
ID | gffjgnochcilollgommfhgndmfanbbnk |
URL Oficial | https://chrome.google.com/webstore/detail/liberal-to-lizard/gffjgnochcilollgommfhgndmfanbbnk |
Descrição | Replaces the text 'liberal' with 'lizard'. |
Tamanho do Arquivo | 19.06 KB |
Contagem de Instalações | 31 |
Versão Atual | 1.0 |
Última Atualização | 2014-09-05 |
Data de Publicação | 2014-09-05 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Alex Hixon |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Liberal to Lizard", "version": "1.0", "description": "Replaces the text 'liberal' with 'lizard'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |