Reddit Makeover
Make reddit easier on the eyes.
Wat is Reddit Makeover?
Reddit Makeover is een Chrome-extensie ontwikkeld door uxmatthew, en de belangrijkste functie is "Make reddit easier on the eyes.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit Makeover
Download Reddit Makeover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | gobfpbbhfcmlnfcagochgigpbelbfcbn |
| Officiële URL | https://chromewebstore.google.com/detail/reddit-makeover/gobfpbbhfcmlnfcagochgigpbelbfcbn |
| Beschrijving | Make reddit easier on the eyes. |
| Bestandsgrootte | 93.78 KB |
| Aantal Installaties | 63 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2013-11-18 |
| Publicatiedatum | 2013-11-18 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | uxmatthew |
| Betalingswijze | free |
| Extensiewebsite | http://www.uxmatthew.com |
| Ondersteunde Talen | 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\/"
]
} | |