9gag Nightmode
This extension grants the power of the darkside to your pc-master race rigg!
ما هو 9gag Nightmode؟
9gag Nightmode هو إضافة Chrome تم تطويرها بواسطة fillfey، والميزة الرئيسية لها هي "This extension grants the power of the darkside to your pc-master race rigg!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 9gag Nightmode
قم بتنزيل ملفات الامتداد 9gag Nightmode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The dark side is brought to the PC master race! Never again shall your eyes be harmed by the painful light! NOTE: this is the first version of the extension, more features will be added! if you find something that you think is wrong/should be improved feel free to send me an email or a private message on 9gag! user:fillfey
معلومات أساسية عن التمديد
الاسم | |
ID | ngmiplaolgcbgbamiiebenabpcgddbef |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef |
الوصف | This extension grants the power of the darkside to your pc-master race rigg! |
حجم الملف | 3.66 KB |
عدد التثبيتات | 83 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-09-24 |
تاريخ النشر | 2016-09-24 |
تقييم | 3.56/5 مجموع تقييمات 9 |
المطور | fillfey |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "9gag Nightmode", "description": "This extension grants the power of the darkside to your pc-master race rigg!", "version": "1.0", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "nightmode.js" ], "matches": [ "http:\/\/9gag.com\/*" ] } ] } |