Native Instagram Dark Mode
Forces instagram.com to use its native dark mode!
Native Instagram Dark Mode là gì?
Native Instagram Dark Mode là một tiện ích mở rộng Chrome được phát triển bởi dgirgenti, và tính năng chính của nó là "Forces instagram.com to use its native dark mode!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Native Instagram Dark Mode
Tải xuống các tệp mở rộng Native Instagram Dark Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kipaadjkfleinofipnlpbcjaagjjmahn |
URL Chính Thức | https://chrome.google.com/webstore/detail/native-instagram-dark-mod/kipaadjkfleinofipnlpbcjaagjjmahn |
Mô tả | Forces instagram.com to use its native dark mode! |
Kích Thước Tệp | 8.54 KB |
Số Lần Cài Đặt | 6,000 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2022-06-06 |
Ngày Phát Hành | 2022-04-25 |
Đánh Giá | 4.83/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | dgirgenti |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dgirgenti/instagram-darkmode |
URL Trang Trợ Giúp | https://github.com/dgirgenti/instagram-darkmode/issues |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |