CSTimer Makeover
* Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions…
什么是CSTimer Makeover?
CSTimer Makeover是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“* Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions…”。
扩展截图
下载CSTimer Makeover扩展crx文件
下载CSTimer Makeover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
* 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
扩展基本信息
名称 | CSTimer Makeover |
ID | omchdkmkmadmhkaamhpojgldknpihgcg |
官方URL | https://chromewebstore.google.com/detail/cstimer-makeover/omchdkmkmadmhkaamhpojgldknpihgcg |
简介 | * Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions… |
文件大小 | 871 KB |
安装次数 | 1,011 |
当前版本 | 0.1.8 |
更新时间 | 2016-11-30 |
上架时间 | 2016-11-29 |
评分 | 4.10/5 共21次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | 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" } } |