9gag Night Mode

Night mode for the 9gag website!

9gag Night Modeとは何ですか?

9gag Night ModeはAlex Benoitによって開発されたChromeの拡張機能で、その主な機能は「Night mode for the 9gag website!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Unofficial Chrome Extension to enable night mode on the 9gag desktop website.                    

拡張機能の基本情報

名前 9gag Night Mode 9gag Night Mode
ID pdoebgohinaejdpncadbahijijgoffke
公式URL https://chromewebstore.google.com/detail/9gag-night-mode/pdoebgohinaejdpncadbahijijgoffke
説明 Night mode for the 9gag website!
ファイルサイズ 12.15 KB
インストール数 6,133
現在のバージョン 1.3.6
最終更新日 2018-03-30
公開日 2018-03-30
評価 4.63/5 合計 88 レビュー
開発者 Alex Benoit
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag Night Mode",
    "version": "1.3.6",
    "description": "Night mode for the 9gag website!",
    "icons": {
        "128": "9gagext.png"
    },
    "content_scripts": [
        {
            "css": [
                "9gag-override.css"
            ],
            "matches": [
                "http:\/\/9gag.com\/*",
                "https:\/\/9gag.com\/*"
            ]
        }
    ]
}