CSTimer Makeover

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

Apa itu CSTimer Makeover?

CSTimer Makeover adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "* Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CSTimer Makeover

Unduh file ekstensi CSTimer Makeover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        * 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                    

Informasi Dasar Ekstensi

Nama CSTimer Makeover CSTimer Makeover
ID omchdkmkmadmhkaamhpojgldknpihgcg
URL Resmi https://chromewebstore.google.com/detail/cstimer-makeover/omchdkmkmadmhkaamhpojgldknpihgcg
Deskripsi * Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions…
Ukuran File 871 KB
Jumlah Instalasi 1,011
Versi Saat Ini 0.1.8
Terakhir Diperbarui 2016-11-30
Tanggal Publikasi 2016-11-29
Penilaian 4.10/5 Total 21 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}