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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |