Kitty Clicker

Be visited by CryptoKitties in your browser!

Kitty Clickerとは何ですか?

Kitty Clickerはunknownによって開発されたChromeの拡張機能で、その主な機能は「Be visited by CryptoKitties in your browser!」です。

拡張機能のスクリーンショット

screenshot

Kitty Clicker拡張機能のCRXファイルをダウンロード

Kitty Clicker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        KittyClicker

The game that never stops brings a pawful of fun to the most mundane tasks!

Simply install the extension and go back to browsing the internet like always. Kitties will pop quickly onto your screen before disappearing back to their couch in the cloud. Click the Kitty to score points! The faster the Kitty vanishes, the more points it's worth. Check your score or pause and restart the game by clicking on the extension.

How many Kitties will you click?                    

拡張機能の基本情報

名前 Kitty Clicker Kitty Clicker
ID nmjjmlhjfmaaceldcbmdndfokbigohkm
公式URL https://chrome.google.com/webstore/detail/kitty-clicker/nmjjmlhjfmaaceldcbmdndfokbigohkm
説明 Be visited by CryptoKitties in your browser!
ファイルサイズ 1.34 MB
インストール数 497
現在のバージョン 1.1.2
最終更新日 2018-08-23
公開日 2018-08-23
評価 3.67/5 合計 3 レビュー
開発者 unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kitty Clicker",
    "version": "1.1.2",
    "description": "Be visited by CryptoKitties in your browser!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "KittyClicker",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "icons": {
        "16": "favicon\/icon-16.png",
        "48": "favicon\/icon-48.png",
        "128": "favicon\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}