Cookie Clicker Extended

Adds extra items and depth to Cookie Clicker

Cookie Clicker Extended क्या है?

Cookie Clicker Extended Cookie Monster द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds extra items and depth to Cookie Clicker"।

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

screenshot

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

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

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

                        A broswer extension that adds extra items and depth to the game Cookie Clicker by Orteil (http://orteil.dashnet.org/).                    

एक्सटेंशन की मूल जानकारी

नाम Cookie Clicker Extended Cookie Clicker Extended
ID mefkpmhgfljflbldannlgahlmhagdcoe
आधिकारिक URL https://chromewebstore.google.com/detail/cookie-clicker-extended/mefkpmhgfljflbldannlgahlmhagdcoe
विवरण Adds extra items and depth to Cookie Clicker
फ़ाइल का आकार 10.97 KB
स्थापना संख्या 3,633
वर्तमान संस्करण 0.8
अंतिम अपडेट 2013-08-16
प्रकाशन तिथि 2013-08-16
रेटिंग 3.12/5 कुल 57 रेटिंग्स
डेवलपर Cookie Monster
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "test.user.js"
            ],
            "matches": [
                "http:\/\/orteil.dashnet.org\/experiments\/cookie\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Adds extra items and depth to Cookie Clicker",
    "name": "Cookie Clicker Extended",
    "version": "0.8",
    "icons": {
        "128": "icon_128.png"
    }
}