Bumble Color Change
Customize Your Bumble Message Colors
ما هو Bumble Color Change؟
Bumble Color Change هو إضافة Chrome تم تطويرها بواسطة BumbleColorChange، والميزة الرئيسية لها هي "Customize Your Bumble Message Colors".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bumble Color Change
قم بتنزيل ملفات الامتداد Bumble Color Change بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Like using Bumble but find it hard to read white text on neon yellow? Bumble Color Change allows you to customize the background color of incoming messages for better accessibility / user experience. * Bumble Color Changer is not created by, affiliated with, or supported by Bumble Trading Inc
معلومات أساسية عن التمديد
الاسم | Bumble Color Change |
ID | blhdbcdmicdfgjchkleidopecnjafhld |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bumble-color-change/blhdbcdmicdfgjchkleidopecnjafhld |
الوصف | Customize Your Bumble Message Colors |
حجم الملف | 1.11 MB |
عدد التثبيتات | 16 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-12-19 |
تاريخ النشر | 2020-12-18 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | BumbleColorChange |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bumble Color Change", "version": "1.0", "description": "Customize Your Bumble Message Colors", "permissions": [ "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/bumble.com\/*" ], "js": [ "content.js" ] } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/bumblelogo16.png", "32": "images\/bumblelogo32.png", "48": "images\/bumblelogo48.png", "128": "images\/bumblelogo128.png" }, "icons": { "16": "images\/bumblelogo16.png", "32": "images\/bumblelogo32.png", "48": "images\/bumblelogo48.png", "128": "images\/bumblelogo128.png" } }, "manifest_version": 2 } |