Reddit Makeover
Make reddit easier on the eyes.
Co to jest Reddit Makeover?
Reddit Makeover to rozszerzenie Chrome opracowane przez uxmatthew, a jego główną funkcją jest „Make reddit easier on the eyes.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddit Makeover
Pobierz pliki rozszerzeń Reddit 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
Reddit Makeover v 1.0 [NEW! 2013]
This simple extension INSTANTLY makes the reddit.com experience 100X more pleasurable.
It's easier to scan, read, and understand.
Whether you're new to reddit or an old pro, this extension is a life saver! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gobfpbbhfcmlnfcagochgigpbelbfcbn |
| Oficjalny URL | https://chromewebstore.google.com/detail/reddit-makeover/gobfpbbhfcmlnfcagochgigpbelbfcbn |
| Opis | Make reddit easier on the eyes. |
| Rozmiar pliku | 93.78 KB |
| Liczba instalacji | 63 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2013-11-18 |
| Data Publikacji | 2013-11-18 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | uxmatthew |
| Typ Płatności | free |
| Strona Rozszerzenia | http://www.uxmatthew.com |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Reddit Makeover",
"version": "1.2",
"manifest_version": 2,
"description": "Make reddit easier on the eyes.",
"content_scripts": [
{
"matches": [
"http:\/\/*.reddit.com\/*",
"https:\/\/*.reddit.com\/*"
],
"css": [
"mystyles.css"
],
"js": [
"jquery.js",
"myscript.js"
]
}
],
"permissions": [
"http:\/\/api.flickr.com\/"
]
} | |