GoodNight
GoodNight for Chrome!
What is GoodNight?
GoodNight is a Chrome extension developed by SkdRI, and its main feature is "GoodNight for Chrome!".
Extension Screenshots
Download GoodNight Extension CRX File
Download GoodNight 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
GoodNight for Chrome! Filters out blue light, to reduce strain on your eyes.
Extension Basic Information
Name | GoodNight |
ID | fbcommbagimidoakehgbepapknhhgggd |
Official URL | https://chromewebstore.google.com/detail/goodnight/fbcommbagimidoakehgbepapknhhgggd |
Description | GoodNight for Chrome! |
File Size | 110 KB |
Installation Count | 106 |
Current Version | 0.0.9 |
Last Updated | 2016-12-20 |
Publish Date | 2016-12-20 |
Rating | 1.80/5 Total 5 Ratings |
Developer | SkdRI |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoodNight", "description": "GoodNight for Chrome!", "version": "0.0.9", "manifest_version": 2, "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*" ], "js": [ "main.js" ], "css": [ "styles.css" ] } ] } |