Native Instagram Dark Mode
Forces instagram.com to use its native dark mode!
Native Instagram Dark Modeคืออะไร?
Native Instagram Dark Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dgirgenti และคุณลักษณะหลักของมันคือ "Forces instagram.com to use its native dark mode!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Native Instagram Dark Mode
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/*" ] } |