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ファイルをダウンロード

Forget Me - Clean History, Cookies & more拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}