We Love Katya

Display lots of pictures of Katya in your browser

Wat is We Love Katya?

We Love Katya is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Display lots of pictures of Katya in your browser".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie We Love Katya

Download We Love Katya-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam We Love Katya We Love Katya
ID lbcakgcpbinaifejpmgcfboofkdbmkjj
Officiële URL https://chromewebstore.google.com/detail/we-love-katya/lbcakgcpbinaifejpmgcfboofkdbmkjj
Beschrijving Display lots of pictures of Katya in your browser
Bestandsgrootte 84.94 KB
Aantal Installaties 41
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2016-12-18
Publicatiedatum 2016-12-18
Beoordeling 3.83/5 Totaal 6 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://matheusfreitag.github.io/WeLoveKatya/
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}