CSTimer Makeover
* Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions…
Co to jest CSTimer Makeover?
CSTimer Makeover to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „* Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CSTimer Makeover
Pobierz pliki rozszerzeń CSTimer Makeover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
* 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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | omchdkmkmadmhkaamhpojgldknpihgcg |
| Oficjalny URL | https://chromewebstore.google.com/detail/cstimer-makeover/omchdkmkmadmhkaamhpojgldknpihgcg |
| Opis | * Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions… |
| Rozmiar pliku | 871 KB |
| Liczba instalacji | 1,011 |
| Aktualna Wersja | 0.1.8 |
| Ostatnia Aktualizacja | 2016-11-30 |
| Data Publikacji | 2016-11-29 |
| Ocena | 4.10/5 Łącznie 21 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |