We Love Katya
Display lots of pictures of Katya in your browser
O que é We Love Katya?
We Love Katya é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Display lots of pictures of Katya in your browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão We Love Katya
Baixe arquivos de extensão We Love Katya 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
This extension replaces all images in your browser for a picture of Katya, the famous Drag Queen. Don't worry, is nothing permanent. Just reload the page and everything will be back to normal
Informações Básicas da Extensão
Nome | |
ID | lbcakgcpbinaifejpmgcfboofkdbmkjj |
URL Oficial | https://chromewebstore.google.com/detail/we-love-katya/lbcakgcpbinaifejpmgcfboofkdbmkjj |
Descrição | Display lots of pictures of Katya in your browser |
Tamanho do Arquivo | 84.94 KB |
Contagem de Instalações | 41 |
Versão Atual | 0.0.0.2 |
Última Atualização | 2016-12-18 |
Data de Publicação | 2016-12-18 |
Classificação | 3.83/5 Total de 6 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://matheusfreitag.github.io/WeLoveKatya/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "We Love Katya", "version": "0.0.0.2", "description": "Display lots of pictures of Katya in your browser", "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "css": [ "style.css" ], "js": [ "jquery.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |