Dark Theme for Reddit

Simple flat dark grey theme for Reddit..

Qu'est-ce que Dark Theme for Reddit ?

Dark Theme for Reddit est une extension Chrome développée par emano.waldeck, et sa fonction principale est "Simple flat dark grey theme for Reddit..".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dark Theme for Reddit

Téléchargez les fichiers d'extension Dark Theme for Reddit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A simple smooth dark theme for Reddit. This theme can be toggled on and off from the toolbar button. When the extension is enabled, reddit.com is displayed in dark theme. This extension does not have any options at the moment. Just a toolbar button to get enabled or disabled.                    

Informations de Base sur l'Extension

Nom Dark Theme for Reddit Dark Theme for Reddit
ID hlhoffhnpiiamppijcbelojhpnhpjdcg
URL Officiel https://chromewebstore.google.com/detail/dark-theme-for-reddit/hlhoffhnpiiamppijcbelojhpnhpjdcg
Description Simple flat dark grey theme for Reddit..
Taille du Fichier 79.38 KB
Nombre d'Installations 2,676
Version Actuelle 0.1.0
Dernière Mise à Jour 2018-06-07
Date de Publication 2018-06-07
Évaluation 4.22/5 Total 9 Évaluations
Développeur emano.waldeck
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://add0n.com/dark-theme.html?from=reddit
URL de la Page d'Aide http://add0n.com/dark-theme.html?from=reddit
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.0",
    "name": "Dark Theme for Reddit",
    "description": "Simple flat dark grey theme for Reddit..",
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "data\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "data\/themes\/*.css"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "homepage_url": "http:\/\/add0n.com\/dark-theme.html?from=reddit",
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "19": "data\/icons\/19.png",
            "32": "data\/icons\/32.png",
            "38": "data\/icons\/38.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    }
}