Chess.com SpeedWatch

Helps stop you overspending time!

What is Chess.com SpeedWatch?

Chess.com SpeedWatch is a Chrome extension developed by Jamhead, and its main feature is "Helps stop you overspending time!".

Extension Screenshots

screenshot
screenshot

Download Chess.com SpeedWatch Extension CRX File

Download Chess.com SpeedWatch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A timer for helping you keep track of your time in speedchess for chess.com                    

Extension Basic Information

Name Chess.com SpeedWatch Chess.com SpeedWatch
ID nbbaboimojegmagmgolmiogcgkniicpn
Official URL https://chrome.google.com/webstore/detail/chesscom-speedwatch/nbbaboimojegmagmgolmiogcgkniicpn
Description Helps stop you overspending time!
File Size 45.02 KB
Installation Count 192
Current Version 1.0.1
Last Updated 2015-12-10
Publish Date 2015-12-10
Developer Jamhead
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chess.com SpeedWatch",
    "description": "Helps stop you overspending time!",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/live.chess.com\/live?*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "timer.js"
            ],
            "css": [
                "timer.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo.png"
    },
    "permissions": [
        "unlimitedStorage",
        "tabs",
        "notifications"
    ]
}