DarkReddit

Dark theme for reddit

DarkRedditとは何ですか?

DarkRedditはmanziericによって開発されたChromeの拡張機能で、その主な機能は「Dark theme for reddit」です。

拡張機能のスクリーンショット

screenshot

DarkReddit拡張機能のCRXファイルをダウンロード

DarkReddit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Dark theme for browsing reddit                    

拡張機能の基本情報

名前 DarkReddit DarkReddit
ID dbokdalmabgohpiainkccbfpobgjechg
公式URL https://chromewebstore.google.com/detail/darkreddit/dbokdalmabgohpiainkccbfpobgjechg
説明 Dark theme for reddit
ファイルサイズ 17.28 KB
インストール数 11
現在のバージョン 0.0.2
最終更新日 2016-09-12
公開日 2016-09-11
評価 1.00/5 合計 1 レビュー
開発者 manzieric
支払い方法 free
対応言語 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"
        }
    ]
}