We Love Katya

Display lots of pictures of Katya in your browser

Was ist We Love Katya?

We Love Katya ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Display lots of pictures of Katya in your browser".

Erweiterungsscreenshots

screenshot

We Love Katya-Erweiterungs-CRX-Datei herunterladen

Laden Sie We Love Katya-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name We Love Katya We Love Katya
ID lbcakgcpbinaifejpmgcfboofkdbmkjj
Offizielle URL https://chromewebstore.google.com/detail/we-love-katya/lbcakgcpbinaifejpmgcfboofkdbmkjj
Beschreibung Display lots of pictures of Katya in your browser
Dateigröße 84.94 KB
Installationsanzahl 41
Aktuelle Version 0.0.0.2
Letztes Update 2016-12-18
Veröffentlichungsdatum 2016-12-18
Bewertung 3.83/5 Insgesamt 6 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://matheusfreitag.github.io/WeLoveKatya/
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}