Change Background Color

change the current site background to your desired color

Vad är Change Background Color?

Change Background Color är en Chrome-tillägg utvecklad av hoishing, och dess huvudfunktion är "change the current site background to your desired color".

Tilläggsskärmbilder

screenshot

Ladda ner Change Background Color-förlängningens CRX-fil

Ladda ner Change Background Color-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

                        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                    

Grundläggande Information om Tillägg

Namn Change Background Color Change Background Color
ID ajlcblmihhjochfgehfcfiopkcbfnlfh
Officiell webbadress https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh
Beskrivning change the current site background to your desired color
Filstorlek 15.48 KB
Antal Installationer 304
Aktuell Version 1.1.0
Senast Uppdaterad 2023-09-09
Publiceringsdatum 2023-08-10
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare hoishing
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/hoishing/chrome-change-background-color
Hjälpsida URL https://github.com/hoishing/chrome-change-background-color/issues
Stödda Språk 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"
        }
    }
}