Forget Me - Clean History, Cookies & more

Delete everything about a website. Cookies, History, localStorage, sessionStorage...everything!

Forget Me - Clean History, Cookies & more란 무엇입니까?

Forget Me - Clean History, Cookies & more은(는) FDev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Delete everything about a website. Cookies, History, localStorage, sessionStorage...everything!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Forget Me - Clean History, Cookies & more 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Click the icon and everything disappears...not just cookies, but also history, and html5 client-side storage (local storage and session storage). I'm also working to delete the less-known flash cookies, but it looks like there is some naughty work to do.

Just click the icon and nobody will ever know you visited that website!

If you like "Forget Me" you might also like "Edit This Cookie"  
https://chrome.google.com/extensions/detail/fngmhnnpilhplaeedifhccceomclgfbg 
and
"Swap My Cookies"
http://chrome.google.com/extensions/detail/dffhipnliikkblkhpjapbecpmoilcama
These extensions are integrated and work nicely together...it's Recommended to have them all!

You can post issues and suggestions at:
http://code.google.com/p/forget-me/issues/list

Enjoy!                    

확장 프로그램 기본 정보

이름 Forget Me - Clean History, Cookies & more Forget Me - Clean History, Cookies & more
ID gekpdemielcmiiiackmeoppdgaggjgda
공식 URL https://chromewebstore.google.com/detail/forget-me-clean-history-c/gekpdemielcmiiiackmeoppdgaggjgda
설명 Delete everything about a website. Cookies, History, localStorage, sessionStorage...everything!
파일 크기 326 KB
설치 횟수 11,817
현재 버전 1.1.0
최근 업데이트 2020-11-22
출시 날짜 2013-11-25
평점 3.55/5 총 92 개의 평점
개발자 FDev
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://code.google.com/p/forget-me/issues/list
지원되는 언어 en
manifest.json
{
    "name": "Forget Me - Clean History, Cookies & more",
    "version": "1.1.0",
    "description": "Delete everything about a website. Cookies, History, localStorage, sessionStorage...everything!",
    "icons": {
        "32": "img\/icon_32x32.png",
        "48": "img\/icon_48x48.png",
        "128": "img\/icon_128x128.png"
    },
    "page_action": {
        "default_icon": "img\/icon_32x32.png",
        "default_title": "Forget Me"
    },
    "background": {
        "scripts": [
            "\/js\/data.js",
            "\/js\/background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "",
        "cookies",
        "history"
    ],
    "minimum_chrome_version": "7",
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}