We Love Katya
Display lots of pictures of Katya in your browser
What is We Love Katya?
We Love Katya is a Chrome extension developed by Unknown, and its main feature is "Display lots of pictures of Katya in your browser".
Extension Screenshots
Download We Love Katya Extension CRX File
Download We Love Katya extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | lbcakgcpbinaifejpmgcfboofkdbmkjj |
Official URL | https://chromewebstore.google.com/detail/we-love-katya/lbcakgcpbinaifejpmgcfboofkdbmkjj |
Description | Display lots of pictures of Katya in your browser |
File Size | 84.94 KB |
Installation Count | 41 |
Current Version | 0.0.0.2 |
Last Updated | 2016-12-18 |
Publish Date | 2016-12-18 |
Rating | 3.83/5 Total 6 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://matheusfreitag.github.io/WeLoveKatya/ |
Supported Languages | 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:\/\/*\/*" ] } ] } |