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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matke และคุณลักษณะหลักของมันคือ "Forces Instagram Web to use its dark theme instead of its default light theme."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instagram Web Dark Theme
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |