Native Instagram Dark Mode
Forces instagram.com to use its native dark mode!
Native Instagram Dark Mode क्या है?
Native Instagram Dark Mode dgirgenti द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forces instagram.com to use its native dark mode!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Native Instagram Dark Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |