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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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\/*" ] } |