Bible Gateway Darkmode
Creates a dark mode for biblegateway.com
What is Bible Gateway Darkmode?
Bible Gateway Darkmode is a Chrome extension developed by Unquenched Tech, and its main feature is "Creates a dark mode for biblegateway.com".
Extension Screenshots
Download Bible Gateway Darkmode Extension CRX File
Download Bible Gateway Darkmode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension creates a dark mode for BibleGateway.com
Extension Basic Information
Name | Bible Gateway Darkmode |
ID | fkmibejcfnaoglanjfceecmljgkjaici |
Official URL | https://chromewebstore.google.com/detail/bible-gateway-darkmode/fkmibejcfnaoglanjfceecmljgkjaici |
Description | Creates a dark mode for biblegateway.com |
File Size | 5.93 KB |
Installation Count | 1,140 |
Current Version | 0.6 |
Last Updated | 2023-12-03 |
Publish Date | 2021-01-13 |
Rating | 5.00/5 Total 8 Ratings |
Developer | Unquenched Tech |
[email protected] | |
Payment Type | free |
Extension Website | https://theunquenchedservant.com |
Help Page URL | https://github.com/unquenchedservant/BibleGatewayDarkMode/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bible Gateway Darkmode", "version": "0.6", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "description": "Creates a dark mode for biblegateway.com", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.biblegateway.com\/*" ] } ], "manifest_version": 3 } |