Incognito Mode Reset Button

Clear history, cookies and cache of a current incognito session while leaving all tabs open!

Incognito Mode Reset Button란 무엇입니까?

Incognito Mode Reset Button은(는) https://viewout.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clear history, cookies and cache of a current incognito session while leaving all tabs open!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Incognito Mode Reset Button 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Google Chrome’s incognito mode is useful for a whole lot of things, also beyond the cliché dirty stuff one might prefer to be hidden from his browser history:

- Signing in on websites with different accounts or letting others do stuff without leaving marks on your browser

- Wanting certain stuff to not be tracked by advertisers

- Wanting more control of what shouldn’t go into consideration for personalised experiences on websites

- Other temporary research and things there’s just no need for to be remembered by the browser

- Tricking websites into treating you like a stranger

If you make use of the incognito mode extensively in your normal browsing experience, you might find yourself in situations where you’ve got a lot of tabs open in incognito mode that you don’t want to close yet, but you also want to visit a new website or do something where the initial incognito experience without the websites knowing anything about you should be replicated.

This is what this extension was made for: The Incognito Mode Reset Button deletes all data - history, cache, cookies, ... - that have been amassed within a running incognito session over time without having to close all incognito tabs.

There’s currently no way to do this - you either have to close all incognito tabs and open a new incognito window, or you have to accept that websites have collected stuff about you within the borders of incognito mode. The Incognito Mode Reset Button can thus make your incognito browsing experience even more powerful!

Please enjoy this extension and leave a review or comment if you like!

Please note: You need to give this extension the permission to work in incognito mode for it to be even displayed there and take use of it.                    

확장 프로그램 기본 정보

이름 Incognito Mode Reset Button Incognito Mode Reset Button
ID cocopfifjnlcdhbdkhbjhkebceilbhik
공식 URL https://chromewebstore.google.com/detail/incognito-mode-reset-butt/cocopfifjnlcdhbdkhbjhkebceilbhik
설명 Clear history, cookies and cache of a current incognito session while leaving all tabs open!
파일 크기 34.5 KB
설치 횟수 9,076
현재 버전 1.0.0.4
최근 업데이트 2018-11-08
출시 날짜 2018-11-08
평점 4.00/5 총 21 개의 평점
개발자 https://viewout.net
결제 유형 free
확장 프로그램 웹 사이트 https://viewout.net
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Incognito Mode Reset Button",
    "description": "Clear history, cookies and cache of a current incognito session while leaving all tabs open!",
    "version": "1.0.0.4",
    "short_name": "Incognito Reset",
    "browser_action": {
        "default_icon": "icon2_grey.png",
        "default_popup": "popup.htm"
    },
    "permissions": [
        "tabs",
        "browsingData"
    ],
    "incognito": "split",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "appIcon_16.png",
        "48": "appIcon_48.png",
        "128": "appIcon_128.png"
    }
}