GoodNight
GoodNight for Chrome!
Wat is GoodNight?
GoodNight is een Chrome-extensie ontwikkeld door SkdRI, en de belangrijkste functie is "GoodNight for Chrome!".
Extensie Screenshots
Download het CRX-bestand van de extensie GoodNight
Download GoodNight-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
GoodNight for Chrome! Filters out blue light, to reduce strain on your eyes. Basisinformatie over de Extensie
| Naam | |
| ID | fbcommbagimidoakehgbepapknhhgggd |
| Officiële URL | https://chromewebstore.google.com/detail/goodnight/fbcommbagimidoakehgbepapknhhgggd |
| Beschrijving | GoodNight for Chrome! |
| Bestandsgrootte | 110 KB |
| Aantal Installaties | 106 |
| Huidige Versie | 0.0.9 |
| Laatst Bijgewerkt | 2016-12-20 |
| Publicatiedatum | 2016-12-20 |
| Beoordeling | 1.80/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | SkdRI |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |