Dark Side
An extension that helps you to change any website to dark mode and change the font of any website to your desired font
Wat is Dark Side?
Dark Side is een Chrome-extensie ontwikkeld door Emmanuel Aina, en de belangrijkste functie is "An extension that helps you to change any website to dark mode and change the font of any website to your desired font".
Extensie Screenshots
Download het CRX-bestand van de extensie Dark Side
Download Dark Side-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
This extension helps you to change any website to dark mode and change the font of any website to your desired font
Basisinformatie over de Extensie
Naam | Dark Side |
ID | mepmobcikgjmkmfpogmigbmliihpnpkb |
Officiële URL | https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb |
Beschrijving | An extension that helps you to change any website to dark mode and change the font of any website to your desired font |
Bestandsgrootte | 21.13 KB |
Aantal Installaties | 819 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2019-09-23 |
Publicatiedatum | 2019-09-23 |
Beoordeling | 3.17/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Emmanuel Aina |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Side", "version": "1.5", "description": "An extension that helps you to change any website to dark mode and change the font of any website to your desired font", "permissions": [ "declarativeContent", "tabs", "storage", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html", "manifest_version": 2 } |