Change Background Color

change the current site background to your desired color

Co to jest Change Background Color?

Change Background Color to rozszerzenie Chrome opracowane przez hoishing, a jego główną funkcją jest „change the current site background to your desired color”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Change Background Color

Pobierz pliki rozszerzeń Change Background Color w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Change Background Color Change Background Color
ID ajlcblmihhjochfgehfcfiopkcbfnlfh
Oficjalny URL https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh
Opis change the current site background to your desired color
Rozmiar pliku 15.48 KB
Liczba instalacji 304
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2023-09-09
Data Publikacji 2023-08-10
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper hoishing
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/hoishing/chrome-change-background-color
Adres URL Strony Pomocy https://github.com/hoishing/chrome-change-background-color/issues
Obsługiwane Języki 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"
        }
    }
}