Systemd butts
Replace the word systemd with butts.
O que é Systemd butts?
Systemd butts é uma extensão do Chrome desenvolvida por jessfraz, e sua principal característica é "Replace the word systemd with butts.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Systemd butts
Baixe arquivos de extensão Systemd butts 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
Replace systemd with butts on webpages. Source Code: https://github.com/jfrazelle/systemd-butts
Informações Básicas da Extensão
Nome | Systemd butts |
ID | cdlammifaiaedopfjihjnlidjjkcngja |
URL Oficial | https://chromewebstore.google.com/detail/systemd-butts/cdlammifaiaedopfjihjnlidjjkcngja |
Descrição | Replace the word systemd with butts. |
Tamanho do Arquivo | 37.6 KB |
Contagem de Instalações | 35 |
Versão Atual | 0.2.0 |
Última Atualização | 2016-06-24 |
Data de Publicação | 2016-06-24 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | jessfraz |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jfrazelle/systemd-butts |
URL da Página de Ajuda | https://github.com/jfrazelle/systemd-butts |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Systemd butts", "version": "0.2.0", "manifest_version": 2, "description": "Replace the word systemd with butts.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |