We Love Katya

Display lots of pictures of Katya in your browser

Apa itu We Love Katya?

We Love Katya adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Display lots of pictures of Katya in your browser".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi We Love Katya

Unduh file ekstensi We Love Katya dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama We Love Katya We Love Katya
ID lbcakgcpbinaifejpmgcfboofkdbmkjj
URL Resmi https://chromewebstore.google.com/detail/we-love-katya/lbcakgcpbinaifejpmgcfboofkdbmkjj
Deskripsi Display lots of pictures of Katya in your browser
Ukuran File 84.94 KB
Jumlah Instalasi 41
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2016-12-18
Tanggal Publikasi 2016-12-18
Penilaian 3.83/5 Total 6 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://matheusfreitag.github.io/WeLoveKatya/
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}