Background Changer

apply different colors to webpage background and find which looks perfect

Apa itu Background Changer?

Background Changer adalah ekstensi Chrome yang dikembangkan oleh ermajsurfaceret, dan fitur utamanya adalah "apply different colors to webpage background and find which looks perfect".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Background Changer

Unduh file ekstensi Background Changer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Background Changer help you apply different colors to your favorite websites background.                    

Informasi Dasar Ekstensi

Nama Background Changer Background Changer
ID dolkekeohjbdpclenociegcnolpipafo
URL Resmi https://chrome.google.com/webstore/detail/background-changer/dolkekeohjbdpclenociegcnolpipafo
Deskripsi apply different colors to webpage background and find which looks perfect
Ukuran File 19.77 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.1
Terakhir Diperbarui 2022-07-07
Tanggal Publikasi 2022-07-07
Penilaian 3.00/5 Total 1 Penilaian
Pengembang ermajsurfaceret
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Background Changer",
    "description": "apply different colors to webpage background and find which looks perfect",
    "version": "0.1",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "app.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}