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
官方網址 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
}