Kitty Clicker

Be visited by CryptoKitties in your browser!

Kitty Clicker क्या है?

Kitty Clicker unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be visited by CryptoKitties in your browser!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kitty Clicker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}