Change Background Color

change the current site background to your desired color

Wat is Change Background Color?

Change Background Color is een Chrome-extensie ontwikkeld door hoishing, en de belangrijkste functie is "change the current site background to your desired color".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Change Background Color

Download Change Background Color-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Most color-changing extensions require the "read and change all your data on all site" permission, which is overkill and raises privacy concerns. This particular extension does only one thing: it changes the background color of the current site, that's all. 

No special permissions are required, no data is collected, and no privacy concerns.

🔗 source code
https://github.com/hoishing/chrome-change-background-color                    

Basisinformatie over de Extensie

Naam Change Background Color Change Background Color
ID ajlcblmihhjochfgehfcfiopkcbfnlfh
Officiële URL https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh
Beschrijving change the current site background to your desired color
Bestandsgrootte 15.48 KB
Aantal Installaties 304
Huidige Versie 1.1.0
Laatst Bijgewerkt 2023-09-09
Publicatiedatum 2023-08-10
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar hoishing
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/hoishing/chrome-change-background-color
Help Pagina-URL https://github.com/hoishing/chrome-change-background-color/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Change Background Color",
    "version": "1.1.0",
    "description": "change the current site background to your desired color",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "icons": {
        "64": "bg-color64.png",
        "128": "bg-color128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "bg-color64.png",
            "128": "bg-color128.png"
        }
    }
}