9GAG Night Mode
Changes 9GAG's background to black to make it easier on your eyes.
What is 9GAG Night Mode?
9GAG Night Mode is a Chrome extension developed by JunDoesDevStuff, and its main feature is "Changes 9GAG's background to black to make it easier on your eyes.".
Extension Screenshots
Download 9GAG Night Mode Extension CRX File
Download 9GAG Night Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | 9GAG Night Mode |
ID | jdikgjpbbbgjmnnppijfijoghmfbodgm |
Official URL | https://chromewebstore.google.com/detail/9gag-night-mode/jdikgjpbbbgjmnnppijfijoghmfbodgm |
Description | Changes 9GAG's background to black to make it easier on your eyes. |
File Size | 5.81 KB |
Installation Count | 103 |
Current Version | 0.0.1.2 |
Last Updated | 2017-11-11 |
Publish Date | 2017-11-10 |
Rating | 3.67/5 Total 3 Ratings |
Developer | JunDoesDevStuff |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |