Forget Me - Clean History, Cookies & more

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

Forget Me - Clean History, Cookies & more là gì?

Forget Me - Clean History, Cookies & more là một tiện ích mở rộng Chrome được phát triển bởi FDev, và tính năng chính của nó là "Delete everything about a website. Cookies, History, localStorage, sessionStorage...everything!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Forget Me - Clean History, Cookies & more

Tải xuống các tệp mở rộng Forget Me - Clean History, Cookies & more dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Forget Me - Clean History, Cookies & more Forget Me - Clean History, Cookies & more
ID gekpdemielcmiiiackmeoppdgaggjgda
URL Chính Thức https://chromewebstore.google.com/detail/forget-me-clean-history-c/gekpdemielcmiiiackmeoppdgaggjgda
Mô tả Delete everything about a website. Cookies, History, localStorage, sessionStorage...everything!
Kích Thước Tệp 326 KB
Số Lần Cài Đặt 11,817
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-11-22
Ngày Phát Hành 2013-11-25
Đánh Giá 3.55/5 Tổng số 92 Đánh Giá
Nhà Phát Triển FDev
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://code.google.com/p/forget-me/issues/list
Ngôn Ngữ Được Hỗ Trợ 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"
}