We Love Katya

Display lots of pictures of Katya in your browser

Vad är We Love Katya?

We Love Katya är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Display lots of pictures of Katya in your browser".

Tilläggsskärmbilder

screenshot

Ladda ner We Love Katya-förlängningens CRX-fil

Ladda ner We Love Katya-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn We Love Katya We Love Katya
ID lbcakgcpbinaifejpmgcfboofkdbmkjj
Officiell webbadress https://chromewebstore.google.com/detail/we-love-katya/lbcakgcpbinaifejpmgcfboofkdbmkjj
Beskrivning Display lots of pictures of Katya in your browser
Filstorlek 84.94 KB
Antal Installationer 41
Aktuell Version 0.0.0.2
Senast Uppdaterad 2016-12-18
Publiceringsdatum 2016-12-18
Betyg 3.83/5 Totalt 6 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://matheusfreitag.github.io/WeLoveKatya/
Stödda Språk 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:\/\/*\/*"
            ]
        }
    ]
}