We Love Katya
Display lots of pictures of Katya in your browser
Qu'est-ce que We Love Katya ?
We Love Katya est une extension Chrome développée par Unknown, et sa fonction principale est "Display lots of pictures of Katya in your browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension We Love Katya
Téléchargez les fichiers d'extension We Love Katya au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | lbcakgcpbinaifejpmgcfboofkdbmkjj |
URL Officiel | https://chromewebstore.google.com/detail/we-love-katya/lbcakgcpbinaifejpmgcfboofkdbmkjj |
Description | Display lots of pictures of Katya in your browser |
Taille du Fichier | 84.94 KB |
Nombre d'Installations | 41 |
Version Actuelle | 0.0.0.2 |
Dernière Mise à Jour | 2016-12-18 |
Date de Publication | 2016-12-18 |
Évaluation | 3.83/5 Total 6 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://matheusfreitag.github.io/WeLoveKatya/ |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |