Vanilla Cookie Manager

A Cookie Whitelist Manager that helps protect your privacy. Automatically removes unwanted cookies.

Vanilla Cookie Manager là gì?

Vanilla Cookie Manager là một tiện ích mở rộng Chrome được phát triển bởi Christian Zangl, và tính năng chính của nó là "A Cookie Whitelist Manager that helps protect your privacy. Automatically removes unwanted cookies.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vanilla Cookie Manager

Tải xuống các tệp mở rộng Vanilla Cookie Manager 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

                        Cookies can be used for authentication, storing your site preferences or anything else that can be saved as text data. Unfortunately they can also be used to track you.

You could turn off cookies completely or just shut off third-party cookies. But that would also keep out useful cookies that many web apps rely upon to work (like Google Mail or Calendar).

With Vanilla you can select which cookies you want to keep on a whitelist. All unwanted cookies are deleted automatically (or manually if you prefer).

If you close your browser often, follow the "recommended usage" on the options page to get rid of unwanted cookies whenever you close Chrome. If you seldom close you browser you should let Vanilla automatically delete unwanted cookies after 30 minutes.

Review on Lifehacker:
http://lifehacker.com/5693011/vanilla-whitelists-your-cookies-in-google-chrome

Here's a nice description on My Digital Life:
http://www.mydigitallife.info/2010/12/01/vanilla-whitelists-cookies-for-google-chrome

++ Cookie vs Local Storage ++
Beause of a limitation of Chrome its currently not possible to offer the same functionality for local storage that is available for cookies. If you would like to get this feature please star this Chrome issue:
http://code.google.com/p/chromium/issues/detail?id=78093


If you run into problems:
+ Cookies should be enabled: in Chrome's cookie settings select "Allow local data to be set"
+ Make sure that you add your sites to the whitelist (include subdomains).
+ The site that stores your login might be different from the site you are using. E.g. if you log on to youtube.com with your Google ID you have to add both *.youtube.com and *.google.com.
+ If you want to contact me about a problem you can find my email address on the options page.

What's new in version 1.4.0?
+ Added French translation by Rémi Berthoz!
+ Added link to Betract (my other hobby)

What's new in version 1.3.2?
+ Source is now on GitHub
+ https://github.com/laktak/vanilla-chrome

What's new in version 1.3.1?
+ Added an option to hide the omnibar icon.
+ Updated to comply with the new Chrome extension manifest.

What's new in version 1.2.0?
+ Fixed an autodelete bug.
+ Added an option to change the minutes for autodeleting cookies.
+ Changed the link for my iPhone game.

What's new in version 1.1.0?
+ Added support for localhost/intranet and sites with ports (at Michaels request).
+ Made the icon smaller (a longtime request).
+ Removed the donate coffee link from options (it wasn't a heavily used feature) and added a link to my Windows Phone 7 game.                    

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

Tên Vanilla Cookie Manager Vanilla Cookie Manager
ID gieohaicffldbmiilohhggbidhephnjj
URL Chính Thức https://chrome.google.com/webstore/detail/vanilla-cookie-manager/gieohaicffldbmiilohhggbidhephnjj
Mô tả A Cookie Whitelist Manager that helps protect your privacy. Automatically removes unwanted cookies.
Kích Thước Tệp 180 KB
Số Lần Cài Đặt 30,000
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2014-07-04
Ngày Phát Hành 2014-07-04
Đánh Giá 4.46/5 Tổng số 735 Đánh Giá
Nhà Phát Triển Christian Zangl
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/laktak/vanilla-chrome
Ngôn Ngữ Được Hỗ Trợ de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vanilla Cookie Manager",
    "short_name": "Vanilla",
    "version": "1.4.0",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "32": "img\/icon32.png",
        "16": "img\/icon16.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "img\/icon32.png",
        "default_title": "Vanilla",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "minimum_chrome_version": "25.0.0.0",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}