Kuroko

Automatically clicks, hides and turns off lights!

Kuroko क्या है?

Kuroko https://coolchaser.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically clicks, hides and turns off lights!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Kuroko helps you share and discover scripts that enhances your web experience.

Kuroko helps you:

- Click repetitive tasks: Clicking stuff repetitively? Kuroko will automatically click repetitive tasks you do everyday for you in 1-Click!

- Hide annoying things: Kuroko will automatically hide away anything you don't want to see from the page you are visiting such as annoying ads etc.

- Turn off lights!: Kuroko will make the website into a stage. Put a spot light on the things you want to concentrate on. Great for watching Videos!

Scripts you create are set to private and won't be shared by other people (yet). For more information, please visit our website at http://kuroko.coolchaser.com                    

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

नाम Kuroko Kuroko
ID nffcgmdpbedknikgafaggdmhlpjefkpc
आधिकारिक URL https://chromewebstore.google.com/detail/kuroko/nffcgmdpbedknikgafaggdmhlpjefkpc
विवरण Automatically clicks, hides and turns off lights!
फ़ाइल का आकार 201 KB
स्थापना संख्या 780
वर्तमान संस्करण 0.16
अंतिम अपडेट 2014-04-10
प्रकाशन तिथि 2014-04-10
रेटिंग 3.36/5 कुल 25 रेटिंग्स
डेवलपर https://coolchaser.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://kuroko.coolchaser.com/
सहायता पृष्ठ URL http://kuroko.coolchaser.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kuroko",
    "version": "0.16",
    "description": "Automatically clicks, hides and turns off lights!",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "app\/ext_popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "identity",
        "*:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "60490964220-eggtelq7ivutg9qltrmr1nf8cr1eb1nr.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-2.0.3.min.js",
                "lib\/underscore-1.5.2.min.js",
                "lib\/knockout-3.1.0.js",
                "lib\/diff_match_patch.js",
                "lib\/dom_prediction_helper.js",
                "lib\/knock.localStorage.js",
                "app\/cs_editor.js"
            ],
            "css": [
                "app\/cs_editor.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "app\/cs_editor.html",
        "lib\/jquery-2.0.3.min.map",
        "lib\/underscore-min.map"
    ],
    "content_security_policy": "script-src 'self' http:\/\/localhost:3000 https:\/\/zvcx.selfip.com https:\/\/sachiko.selfip.com https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'"
}