Circuit Dark Mode
Dark Mode for Circuit. Extension not official
Wat is Circuit Dark Mode?
Circuit Dark Mode is een Chrome-extensie ontwikkeld door Fabio Leme, en de belangrijkste functie is "Dark Mode for Circuit. Extension not official".
Extensie Screenshots
Download het CRX-bestand van de extensie Circuit Dark Mode
Download Circuit Dark 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
Adds a wonder dark theme feature when installed on Chrome Browser. You will receive updates whenever new changes are updated. UPDATES: 27/05/2020 *New styles areas updated
Basisinformatie over de Extensie
Naam | Circuit Dark Mode |
ID | dnbienmilkidinchjfnhllcflpjhiddi |
Officiële URL | https://chromewebstore.google.com/detail/circuit-dark-mode/dnbienmilkidinchjfnhllcflpjhiddi |
Beschrijving | Dark Mode for Circuit. Extension not official |
Bestandsgrootte | 42.99 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2020-05-28 |
Publicatiedatum | 2020-05-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Fabio Leme |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Circuit Dark Mode", "description": "Dark Mode for Circuit. Extension not official", "version": "1.0.2", "content_scripts": [ { "matches": [ "https:\/\/eu.yourcircuit.com\/*" ], "js": [ "js\/script.js" ], "css": [ "css\/style.css" ] } ], "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |