Cats! Cats Everywhere!
Cats... they're everywhere! Tab+B... it does what it sounds like.
O que é Cats! Cats Everywhere!?
Cats! Cats Everywhere! é uma extensão do Chrome desenvolvida por Bob Hensley, e sua principal característica é "Cats... they're everywhere! Tab+B... it does what it sounds like.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cats! Cats Everywhere!
Baixe arquivos de extensão Cats! Cats Everywhere! 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
Cats, they're everywhere! Just press Tab+B on any webpage and enjoy the glorious cats.
Informações Básicas da Extensão
Nome | Cats! Cats Everywhere! |
ID | oilfbkpdgicpkfbfaaapepcgacpndddo |
URL Oficial | https://chromewebstore.google.com/detail/cats-cats-everywhere/oilfbkpdgicpkfbfaaapepcgacpndddo |
Descrição | Cats... they're everywhere! Tab+B... it does what it sounds like. |
Tamanho do Arquivo | 1.81 MB |
Contagem de Instalações | 69 |
Versão Atual | 1.1.1 |
Última Atualização | 2018-08-24 |
Data de Publicação | 2018-08-24 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Bob Hensley |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://rcbrayshaw.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cats! Cats Everywhere!", "version": "1.1.1", "description": "Cats... they're everywhere! Tab+B... it does what it sounds like.", "background": { "scripts": [ "jquery-3.3.1.min.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "tabby_cats.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon-32.png" }, "web_accessible_resources": [ "cats\/*" ], "manifest_version": 2 } |