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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}