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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |