Bumble Color Change
Customize Your Bumble Message Colors
Vad är Bumble Color Change?
Bumble Color Change är en Chrome-tillägg utvecklad av BumbleColorChange, och dess huvudfunktion är "Customize Your Bumble Message Colors".
Tilläggsskärmbilder
Ladda ner Bumble Color Change-förlängningens CRX-fil
Ladda ner Bumble Color Change-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Bumble Color Change |
ID | blhdbcdmicdfgjchkleidopecnjafhld |
Officiell webbadress | https://chromewebstore.google.com/detail/bumble-color-change/blhdbcdmicdfgjchkleidopecnjafhld |
Beskrivning | Customize Your Bumble Message Colors |
Filstorlek | 1.11 MB |
Antal Installationer | 16 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-12-19 |
Publiceringsdatum | 2020-12-18 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | BumbleColorChange |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |