9gag Nightmode

This extension grants the power of the darkside to your pc-master race rigg!

9gag Nightmodeとは何ですか?

9gag Nightmodeはfillfeyによって開発されたChromeの拡張機能で、その主な機能は「This extension grants the power of the darkside to your pc-master race rigg!」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        The dark side is brought to the PC master race!

Never again shall your eyes be harmed by the painful light!


NOTE: this is the first version of the extension, more features will be added!
if you find something that you think is wrong/should be improved feel free to send me an email or a private message on 9gag! user:fillfey                    

拡張機能の基本情報

名前 9gag Nightmode 9gag Nightmode
ID ngmiplaolgcbgbamiiebenabpcgddbef
公式URL https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef
説明 This extension grants the power of the darkside to your pc-master race rigg!
ファイルサイズ 3.66 KB
インストール数 83
現在のバージョン 1.0
最終更新日 2016-09-24
公開日 2016-09-24
評価 3.56/5 合計 9 レビュー
開発者 fillfey
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag Nightmode",
    "description": "This extension grants the power of the darkside to your pc-master race rigg!",
    "version": "1.0",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "nightmode.js"
            ],
            "matches": [
                "http:\/\/9gag.com\/*"
            ]
        }
    ]
}