CSTimer Makeover

* Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions…

What is CSTimer Makeover?

CSTimer Makeover is a Chrome extension developed by Unknown, and its main feature is "* Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions…".

Extension Screenshots

screenshot

Download CSTimer Makeover Extension CRX File

Download CSTimer Makeover 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

                        * Provides a nicer UI for cstimer.net
* Enforces that you always use the SSL version of cstimer
* Makes some opinionated decisions (warning: this will overwrite some of your settings):
  * Always shows summary above sidebar
  * Sets a fixed scramble image size                    

Extension Basic Information

Name CSTimer Makeover CSTimer Makeover
ID omchdkmkmadmhkaamhpojgldknpihgcg
Official URL https://chromewebstore.google.com/detail/cstimer-makeover/omchdkmkmadmhkaamhpojgldknpihgcg
Description * Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions…
File Size 871 KB
Installation Count 1,011
Current Version 0.1.8
Last Updated 2016-11-30
Publish Date 2016-11-29
Rating 4.10/5 Total 21 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSTimer Makeover",
    "version": "0.1.8",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cstimer.net\/*",
                "http:\/\/*.cstimer.net\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "styles.css",
        "img\/favicon.png"
    ],
    "icons": {
        "128": "img\/cube.png",
        "48": "img\/cube48.png",
        "16": "img\/cube16.png"
    }
}