We Love Katya

Display lots of pictures of Katya in your browser

什么是We Love Katya?

We Love Katya是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Display lots of pictures of Katya in your browser”。

扩展截图

screenshot

下载We Love Katya扩展crx文件

下载We Love Katya扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 We Love Katya We Love Katya
ID lbcakgcpbinaifejpmgcfboofkdbmkjj
官方URL https://chromewebstore.google.com/detail/we-love-katya/lbcakgcpbinaifejpmgcfboofkdbmkjj
简介 Display lots of pictures of Katya in your browser
文件大小 84.94 KB
安装次数 41
当前版本 0.0.0.2
更新时间 2016-12-18
上架时间 2016-12-18
评分 3.83/5 共6次评分
开发者 Unknown
付费类型 free
扩展官网 https://matheusfreitag.github.io/WeLoveKatya/
支持的语言 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:\/\/*\/*"
            ]
        }
    ]
}