Incognito Refresher

Closes then reopens all incognito tabs

Apa itu Incognito Refresher?

Incognito Refresher adalah ekstensi Chrome yang dikembangkan oleh Manny Morales, dan fitur utamanya adalah "Closes then reopens all incognito tabs".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Incognito Refresher

Unduh file ekstensi Incognito Refresher 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

                        Closes all incognito tabs/windows then re-opens them. Useful for renewing an incognito session without losing your tabs and windows.

Required: "Allow In Incognito" found in the Extension's "Details"

Source: https://github.com/Heyotetsuo/refresh-private-tabs

1.0
 - Initial Release

1.0.1
 - Fixed typos                    

Informasi Dasar Ekstensi

Nama Incognito Refresher Incognito Refresher
ID fgklieeeadengbjobafaofepbgbfaeon
URL Resmi https://chromewebstore.google.com/detail/incognito-refresher/fgklieeeadengbjobafaofepbgbfaeon
Deskripsi Closes then reopens all incognito tabs
Ukuran File 16.87 KB
Jumlah Instalasi 219
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-09-18
Tanggal Publikasi 2019-09-17
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Manny Morales
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "name": "Incognito Refresher",
    "description": "Closes then reopens all incognito tabs",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "scripts\/content.js"
        ]
    }
}