Chrome In the Background

Zero Code, Only one thing, let your chrome running in background

Apa itu Chrome In the Background?

Chrome In the Background adalah ekstensi Chrome yang dikembangkan oleh 4bw_fdx, dan fitur utamanya adalah "Zero Code, Only one thing, let your chrome running in background".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chrome In the Background

Unduh file ekstensi Chrome In the Background 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

                        You may want to run Chrome in background for quick restart, but if there is no extension have background permission, Chrome will quit totally if last tab is closed. 

This extension does only one thing that makes Chrome running in the background.                    

Informasi Dasar Ekstensi

Nama Chrome In the Background Chrome In the Background
ID dgddokplpdbcnjhmgeghjandkglebglc
URL Resmi https://chrome.google.com/webstore/detail/chrome-in-the-background/dgddokplpdbcnjhmgeghjandkglebglc
Deskripsi Zero Code, Only one thing, let your chrome running in background
Ukuran File 2.63 KB
Jumlah Instalasi 66
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2023-05-08
Tanggal Publikasi 2015-12-29
Penilaian 5.00/5 Total 3 Penilaian
Pengembang 4bw_fdx
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome In the Background",
    "version": "1.0.3",
    "description": "Zero Code, Only one thing, let your chrome running in background",
    "permissions": [
        "background"
    ],
    "background": {
        "persistence": true
    }
}