DarkReddit
Dark theme for reddit
Co to jest DarkReddit?
DarkReddit to rozszerzenie Chrome opracowane przez manzieric, a jego główną funkcją jest „Dark theme for reddit”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DarkReddit
Pobierz pliki rozszerzeń DarkReddit 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
Dark theme for browsing reddit Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dbokdalmabgohpiainkccbfpobgjechg |
| Oficjalny URL | https://chromewebstore.google.com/detail/darkreddit/dbokdalmabgohpiainkccbfpobgjechg |
| Opis | Dark theme for reddit |
| Rozmiar pliku | 17.28 KB |
| Liczba instalacji | 11 |
| Aktualna Wersja | 0.0.2 |
| Ostatnia Aktualizacja | 2016-09-12 |
| Data Publikacji | 2016-09-11 |
| Ocena | 1.00/5 Łącznie 1 Oceny |
| Deweloper | manzieric |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DarkReddit",
"description": "Dark theme for reddit",
"version": "0.0.2",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.reddit.com\/",
"https:\/\/www.reddit.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |