Instagram Web Dark Theme
Forces Instagram Web to use its dark theme instead of its default light theme.
Instagram Web Dark Themeとは何ですか?
Instagram Web Dark ThemeはMatkeによって開発されたChromeの拡張機能で、その主な機能は「Forces Instagram Web to use its dark theme instead of its default light theme.」です。
拡張機能のスクリーンショット
Instagram Web Dark Theme拡張機能のCRXファイルをダウンロード
Instagram Web Dark Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
To use Instagram's dark theme, all you need to do is add "/?theme=dark" to the end of Instagram's URL. This extension does that for you automatically, to disable Instagram's dark theme, you can either uninstall or disable the extension.
拡張機能の基本情報
名前 | |
ID | ddogbnemoddbejmchgnfdoklpbnledmp |
公式URL | https://chrome.google.com/webstore/detail/instagram-web-dark-theme/ddogbnemoddbejmchgnfdoklpbnledmp |
説明 | Forces Instagram Web to use its dark theme instead of its default light theme. |
ファイルサイズ | 33.37 KB |
インストール数 | 59 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-08-08 |
公開日 | 2022-07-18 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Matke |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Web Dark Theme", "description": "Forces Instagram Web to use its dark theme instead of its default light theme.", "version": "1.0.0", "icons": { "16": "\/Icons\/Dark-Mode-Instagram_16px.png", "32": "\/Icons\/Dark-Mode-Instagram_32px.png", "48": "\/Icons\/Dark-Mode-Instagram_48px.png", "128": "\/Icons\/Dark-Mode-Instagram_128px.png" }, "manifest_version": 3, "declarative_net_request": { "rule_resources": [ { "id": "instagram_theme_redirect", "enabled": true, "path": "instagram_theme_redirect_rule.json" } ] }, "action": { "default_text": "Switch to Dark Theme", "default_popup": "popup.html", "default_icon": { "16": "\/Icons\/Dark-Mode-Instagram_16px.png", "32": "\/Icons\/Dark-Mode-Instagram_32px.png", "48": "\/Icons\/Dark-Mode-Instagram_48px.png", "128": "\/Icons\/Dark-Mode-Instagram_128px.png" } }, "host_permissions": [ "*:\/\/*.instagram.com\/*" ], "permissions": [ "declarativeNetRequest" ] } |