Incognito Refresher

Closes then reopens all incognito tabs

What is Incognito Refresher?

Incognito Refresher is a Chrome extension developed by Manny Morales, and its main feature is "Closes then reopens all incognito tabs".

Extension Screenshots

Download Incognito Refresher Extension CRX File

Download Incognito Refresher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Incognito Refresher Incognito Refresher
ID fgklieeeadengbjobafaofepbgbfaeon
Official URL https://chromewebstore.google.com/detail/incognito-refresher/fgklieeeadengbjobafaofepbgbfaeon
Description Closes then reopens all incognito tabs
File Size 16.87 KB
Installation Count 219
Current Version 1.0.1
Last Updated 2019-09-18
Publish Date 2019-09-17
Rating 5.00/5 Total 1 Ratings
Developer Manny Morales
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}