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:\/\/*\/*"
            ]
        }
    ]
}