Millennials to Snake People
Replaces the text 'Millennial' with 'Snake People'.
O que é Millennials to Snake People?
Millennials to Snake People é uma extensão do Chrome desenvolvida por Eric Bailey, e sua principal característica é "Replaces the text 'Millennial' with 'Snake People'.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Millennials to Snake People
Baixe arquivos de extensão Millennials to Snake People 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
Learn the sad, sinister truth behind the mysterious Snake People. Who are they? What do they want?
Informações Básicas da Extensão
Nome | Millennials to Snake People |
ID | jhkibealmjkbkafogihpeidfcgnigmlf |
URL Oficial | https://chromewebstore.google.com/detail/millennials-to-snake-peop/jhkibealmjkbkafogihpeidfcgnigmlf |
Descrição | Replaces the text 'Millennial' with 'Snake People'. |
Tamanho do Arquivo | 27.41 KB |
Contagem de Instalações | 9,627 |
Versão Atual | 2.3 |
Última Atualização | 2019-03-11 |
Data de Publicação | 2019-03-10 |
Classificação | 4.70/5 Total de 343 Avaliações |
Desenvolvedor | Eric Bailey |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ericwbailey/millennial-to-snake-people |
URL da Página de Ajuda | https://github.com/ericwbailey/millennials-to-snake-people/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Millennials to Snake People", "short_name": "Snake People", "description": "Replaces the text 'Millennial' with 'Snake People'.", "author": "Eric Bailey", "version": "2.3", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |