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 |
| Eメール | [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"
}
]
} | |