We Love Katya

Display lots of pictures of Katya in your browser

Hvad er We Love Katya?

We Love Katya er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Display lots of pictures of Katya in your browser".

Udvidelsesskærmbilleder

screenshot

Download We Love Katya-udvidelses-CRX-fil

Download We Love Katya-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn We Love Katya We Love Katya
ID lbcakgcpbinaifejpmgcfboofkdbmkjj
Officiel URL https://chromewebstore.google.com/detail/we-love-katya/lbcakgcpbinaifejpmgcfboofkdbmkjj
Beskrivelse Display lots of pictures of Katya in your browser
Filstørrelse 84.94 KB
Antal Installationer 41
Nuværende Version 0.0.0.2
Senest Opdateret 2016-12-18
Udgivelsesdato 2016-12-18
Bedømmelse 3.83/5 Samlet 6 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Udvidelseswebsted https://matheusfreitag.github.io/WeLoveKatya/
Understøttede Sprog 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:\/\/*\/*"
            ]
        }
    ]
}