Gettr Dark Theme
Get dark theme on gettr!
What is Gettr Dark Theme?
Gettr Dark Theme is a Chrome extension developed by VityaSchel, and its main feature is "Get dark theme on gettr!".
Extension Screenshots
Download Gettr Dark Theme Extension CRX File
Download Gettr Dark Theme 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
Adds dark theme on gettr.com Please open issues and pull requests at https://github.com/VityaSchel/gettr-dark-theme
Extension Basic Information
Name | Gettr Dark Theme |
ID | jcjmdpdahejbjiopgedoljllckbmmekc |
Official URL | https://chromewebstore.google.com/detail/gettr-dark-theme/jcjmdpdahejbjiopgedoljllckbmmekc |
Description | Get dark theme on gettr! |
File Size | 20.87 KB |
Installation Count | 187 |
Current Version | 1.1 |
Last Updated | 2021-07-08 |
Publish Date | 2021-07-07 |
Rating | 3.00/5 Total 2 Ratings |
Developer | VityaSchel |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/VityaSchel/gettr-dark-theme |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gettr Dark Theme", "version": "1.1", "description": "Get dark theme on gettr!", "permissions": [], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/gettr.com\/*" ], "css": [ "content-style.css" ] } ], "manifest_version": 2 } |