Bumble Color Change
Customize Your Bumble Message Colors
Bumble Color Change क्या है?
Bumble Color Change BumbleColorChange द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize Your Bumble Message Colors"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bumble Color Change एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |