Native Instagram Dark Mode
Forces instagram.com to use its native dark mode!
Native Instagram Dark Modeとは何ですか?
Native Instagram Dark Modeはdgirgentiによって開発されたChromeの拡張機能で、その主な機能は「Forces instagram.com to use its native dark mode!」です。
拡張機能のスクリーンショット
Native Instagram Dark Mode拡張機能のCRXファイルをダウンロード
Native Instagram Dark Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Instagram's website has a dark mode, but the only way to enable it is to append ?theme=dark to every URL. This extension does just that! No custom stylesheet, no code injection, just telling the website to use its own dark mode. (This extension is not developed by or affiliated with Instagram)
拡張機能の基本情報
名前 | |
ID | kipaadjkfleinofipnlpbcjaagjjmahn |
公式URL | https://chrome.google.com/webstore/detail/native-instagram-dark-mod/kipaadjkfleinofipnlpbcjaagjjmahn |
説明 | Forces instagram.com to use its native dark mode! |
ファイルサイズ | 8.54 KB |
インストール数 | 6,000 |
現在のバージョン | 0.0.1 |
最終更新日 | 2022-06-06 |
公開日 | 2022-04-25 |
評価 | 4.83/5 合計 24 レビュー |
開発者 | dgirgenti |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/dgirgenti/instagram-darkmode |
ヘルプページのURL | https://github.com/dgirgenti/instagram-darkmode/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Native Instagram Dark Mode", "description": "Forces instagram.com to use its native dark mode!", "version": "0.0.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "rules", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ] } |