Gettr Dark Theme
Get dark theme on gettr!
什么是Gettr Dark Theme?
Gettr Dark Theme是由VityaSchel开发的Chrome扩展程序,该扩展的主要功能是“Get dark theme on gettr!”。
扩展截图
下载Gettr Dark Theme扩展crx文件
下载Gettr Dark Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds dark theme on gettr.com
Please open issues and pull requests at https://github.com/VityaSchel/gettr-dark-theme 扩展基本信息
| 名称 | |
| ID | jcjmdpdahejbjiopgedoljllckbmmekc |
| 官方URL | https://chromewebstore.google.com/detail/gettr-dark-theme/jcjmdpdahejbjiopgedoljllckbmmekc |
| 简介 | Get dark theme on gettr! |
| 文件大小 | 20.87 KB |
| 安装次数 | 187 |
| 当前版本 | 1.1 |
| 更新时间 | 2021-07-08 |
| 上架时间 | 2021-07-07 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | VityaSchel |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/VityaSchel/gettr-dark-theme |
| 支持的语言 | 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
} | |