Codenames dark theme
Dark theme for the Codenames game
ما هو Codenames dark theme؟
Codenames dark theme هو إضافة Chrome تم تطويرها بواسطة jbrunoxd، والميزة الرئيسية لها هي "Dark theme for the Codenames game".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Codenames dark theme
قم بتنزيل ملفات الامتداد Codenames dark theme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Codenames dark theme |
ID | mgcpokdoehokdlpbpgafjicnkkmcelih |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/codenames-dark-theme/mgcpokdoehokdlpbpgafjicnkkmcelih |
الوصف | Dark theme for the Codenames game |
حجم الملف | 4.66 KB |
عدد التثبيتات | 35 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-07-19 |
تاريخ النشر | 2018-07-19 |
المطور | jbrunoxd |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Codenames dark theme", "description": "Dark theme for the Codenames game", "version": "1.0", "browser_action": { "default_icon": "download.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/www.horsepaste.com\/*" ] } ] } |