Gatry Night Mode
Turn off the Gatry lights!
Wat is Gatry Night Mode?
Gatry Night Mode is een Chrome-extensie ontwikkeld door https://moraisandre.com, en de belangrijkste functie is "Turn off the Gatry lights!".
Extensie Screenshots
Download het CRX-bestand van de extensie Gatry Night Mode
Download Gatry Night Mode-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
[PT-BR]
Extensão feita para adicionar o modo noturno no site de promoções www.gatry.com
[EN-US]
Extension made to add night mode in Gatry's Website Basisinformatie over de Extensie
| Naam | |
| ID | biikdmnllamcecdchhjgiiaakjnmaoma |
| Officiële URL | https://chromewebstore.google.com/detail/gatry-night-mode/biikdmnllamcecdchhjgiiaakjnmaoma |
| Beschrijving | Turn off the Gatry lights! |
| Bestandsgrootte | 3.12 MB |
| Aantal Installaties | 80 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2021-12-01 |
| Publicatiedatum | 2018-09-04 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://moraisandre.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://moraisandre.com/ |
| Help Pagina-URL | http://moraisandre.com/night-night-mode/ |
| Ondersteunde Talen | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Gatry Night Mode",
"description": "Turn off the Gatry lights!",
"version": "1.3",
"omnibox": {
"keyword": "gatry"
},
"icons": {
"16": "icons\/gatry_icon16.png",
"48": "icons\/gatry_icon48.png",
"128": "icons\/gatry_icon128.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icons\/gatry_icon48.png",
"default_title": "Gatry Night Mode"
},
"permissions": [
"storage",
"tabs"
],
"content_scripts": [
{
"matches": [
"*:\/\/gatry.com\/*"
],
"js": [
"js\/replace-css.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
"images\/*.png",
"css\/night-mode.css"
],
"content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'"
} | |