We Love Katya

Display lots of pictures of Katya in your browser

Cos'è We Love Katya?

We Love Katya è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Display lots of pictures of Katya in your browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione We Love Katya

Scarica i file di estensione We Love Katya in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome We Love Katya We Love Katya
ID lbcakgcpbinaifejpmgcfboofkdbmkjj
URL Ufficiale https://chromewebstore.google.com/detail/we-love-katya/lbcakgcpbinaifejpmgcfboofkdbmkjj
Descrizione Display lots of pictures of Katya in your browser
Dimensione del File 84.94 KB
Conteggio Installazioni 41
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2016-12-18
Data di Pubblicazione 2016-12-18
Valutazione 3.83/5 Totale 6 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://matheusfreitag.github.io/WeLoveKatya/
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}