Fast Forward Cookie Clicker

Fast Forward Cookie Clicker

Fast Forward Cookie Clicker क्या है?

Fast Forward Cookie Clicker Y.O द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast Forward Cookie Clicker"।

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

screenshot

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

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

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

                        Fast Forward Cookie Clicker for busy person who cannot wait baking.

This extension only skip frames to accelerate baking.
Cookies will be baked at a rate of up to 150 times.

Everything is fast, so make it hard to get golden cookies.

Verified with Cookie Clicker 1.036.                    

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

नाम Fast Forward Cookie Clicker Fast Forward Cookie Clicker
ID cabpifjghnpgidgabhhcglnmabpggcem
आधिकारिक URL https://chromewebstore.google.com/detail/fast-forward-cookie-click/cabpifjghnpgidgabhhcglnmabpggcem
विवरण Fast Forward Cookie Clicker
फ़ाइल का आकार 6.42 KB
स्थापना संख्या 5,514
वर्तमान संस्करण 1.0
अंतिम अपडेट 2013-09-19
प्रकाशन तिथि 2013-09-19
रेटिंग 3.44/5 कुल 62 रेटिंग्स
डेवलपर Y.O
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Forward Cookie Clicker",
    "version": "1.0",
    "description": "Fast Forward Cookie Clicker",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Fast Forward Cookie Clicker",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/orteil.dashnet.org\/cookieclicker\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}