All Cat Everything!
Throw some cats on that bitch.
O que é All Cat Everything!?
All Cat Everything! é uma extensão do Chrome desenvolvida por bruce.conner.ii, e sua principal característica é "Throw some cats on that bitch.".
Baixar o arquivo CRX da Extensão All Cat Everything!
Baixe arquivos de extensão All Cat Everything! 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
Throw some cats on that bitch!
Informações Básicas da Extensão
Nome | ![]() |
ID | adbbggcbmgniipcimchdmgpgbpgeljki |
URL Oficial | https://chrome.google.com/webstore/detail/all-cat-everything/adbbggcbmgniipcimchdmgpgbpgeljki |
Descrição | Throw some cats on that bitch. |
Tamanho do Arquivo | 106 KB |
Contagem de Instalações | 53 |
Versão Atual | 1.0.4 |
Última Atualização | 2015-07-28 |
Data de Publicação | 2015-07-28 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | bruce.conner.ii |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "All Cat Everything!", "description": "Throw some cats on that bitch.", "version": "1.0.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "popup.js", "content.js" ] } ] } |