Circuit Dark Mode
Dark Mode for Circuit. Extension not official
Vad är Circuit Dark Mode?
Circuit Dark Mode är en Chrome-tillägg utvecklad av Fabio Leme, och dess huvudfunktion är "Dark Mode for Circuit. Extension not official".
Tilläggsskärmbilder
Ladda ner Circuit Dark Mode-förlängningens CRX-fil
Ladda ner Circuit Dark Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Circuit Dark Mode |
ID | dnbienmilkidinchjfnhllcflpjhiddi |
Officiell webbadress | https://chromewebstore.google.com/detail/circuit-dark-mode/dnbienmilkidinchjfnhllcflpjhiddi |
Beskrivning | Dark Mode for Circuit. Extension not official |
Filstorlek | 42.99 KB |
Antal Installationer | 28 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2020-05-28 |
Publiceringsdatum | 2020-05-27 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Fabio Leme |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |