Pinterest Dark Theme
Adds a dark theme to pinterest, still a work in progress so expect some small bugs.
什么是Pinterest Dark Theme?
Pinterest Dark Theme是由3mangaming97开发的Chrome扩展程序,该扩展的主要功能是“Adds a dark theme to pinterest, still a work in progress so expect some small bugs.”。
扩展截图
下载Pinterest Dark Theme扩展crx文件
下载Pinterest Dark Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Makes Pinterest Dark Mode, still a Work In Progress so expect some small bugs. 扩展基本信息
| 名称 | |
| ID | mceidbdmmmdiidebilljdcngglpmciae |
| 官方URL | https://chromewebstore.google.com/detail/pinterest-dark-theme/mceidbdmmmdiidebilljdcngglpmciae |
| 简介 | Adds a dark theme to pinterest, still a work in progress so expect some small bugs. |
| 文件大小 | 501 KB |
| 安装次数 | 10,000 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-10-05 |
| 上架时间 | 2022-10-03 |
| 评分 | 3.78/5 共93次评分 |
| 开发者 | 3mangaming97 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pinterest Dark Theme",
"description": "Adds a dark theme to pinterest, still a work in progress so expect some small bugs.",
"version": "1.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/*.pinterest.com\/*",
"https:\/\/*.pinterest.com\/pin\/*\/*"
],
"js": [
"contentScript.js"
],
"css": [
"styles.css"
],
"run_at": "document_start"
}
]
} | |