9GAG Night Mode
Changes 9GAG's background to black to make it easier on your eyes.
9GAG Night Modeとは何ですか?
9GAG Night ModeはJunDoesDevStuffによって開発されたChromeの拡張機能で、その主な機能は「Changes 9GAG's background to black to make it easier on your eyes.」です。
拡張機能のスクリーンショット
9GAG Night Mode拡張機能のCRXファイルをダウンロード
9GAG Night Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Unofficial Chrome Extension to help you turn off the lights on 9GAG and relieve the strain on your eyes. If there are any problems, you can message me here or message me on 9GAG @roarono. :D
拡張機能の基本情報
名前 | 9GAG Night Mode |
ID | jdikgjpbbbgjmnnppijfijoghmfbodgm |
公式URL | https://chromewebstore.google.com/detail/9gag-night-mode/jdikgjpbbbgjmnnppijfijoghmfbodgm |
説明 | Changes 9GAG's background to black to make it easier on your eyes. |
ファイルサイズ | 5.81 KB |
インストール数 | 103 |
現在のバージョン | 0.0.1.2 |
最終更新日 | 2017-11-11 |
公開日 | 2017-11-10 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | JunDoesDevStuff |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "content_scripts": [ { "css": [ "styles.css" ], "js": [ "9gagNM.js" ], "matches": [ "*:\/\/*.9gag.com\/*" ] } ], "description": "Changes 9GAG's background to black to make it easier on your eyes.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgxJmyHavHJipjYVvyEdhLtXoRlkb\/W8DXhVtLOz7Sym17VzbByCWb9vMiBpp6\/MkCgiTlu3H+TKUszt458ovmvNKKl7GMmewqZyUU54UgfG\/v99wzkBVTkl2N9AtjKtD1+YCtZKMOyc3KxNw8sYQ8ySL1JEmkCGEJ4NuLxl85JhhxO\/RT7xrpq8wxErEorsBiUul5o5IZ6NrNNElfr86Qt+9qc7lTcM2uyk0dOuvhamECgK17UuJlB2goiE7UXMrgIosQohAlv3xcq5xmDlYx\/mtJfuxNOSG\/A1QnmeRx86oKWRmE0M8Kh3tvTbfo77ZszQbsCcTsG3FDd+fDZseawIDAQAB", "manifest_version": 2, "name": "9GAG Night Mode", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1.2", "web_accessible_resources": [ "images\/*" ] } |