Cookie Boss
Manage your cookies like a boss.
什么是Cookie Boss?
Cookie Boss是由CookieBoss开发的Chrome扩展程序,该扩展的主要功能是“Manage your cookies like a boss.”。
扩展截图
下载Cookie Boss扩展crx文件
下载Cookie Boss扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
REMOVE - Auto by tab: Removes domain cookies when there are no other active tabs - Auto by session: Defaults all cookies to session - Manual : Batch Selection - Undo last remove: Restores last removed cookies ADD + Flexible inputs for cookie attributes + Prompts domain attribute with existing domains + Easy to set expiration date time MODIFY * Customizable values * Displays according to active domain IMPORT & EXPORT ~ JSON String Format ~ Clipboard: Copy & Paste ~ File: .txt format ~ Encrypted file: Secured with user input password ~ Chrome Sync: Seamless way to transport cookies across various platforms using your Chrome profile
扩展基本信息
名称 | Cookie Boss |
ID | bdfmcfdojoaedkjkihobeheogapdfdbk |
官方URL | https://chromewebstore.google.com/detail/cookie-boss/bdfmcfdojoaedkjkihobeheogapdfdbk |
简介 | Manage your cookies like a boss. |
文件大小 | 233 KB |
安装次数 | 442 |
当前版本 | 4.0 |
更新时间 | 2016-08-26 |
上架时间 | 2016-08-26 |
评分 | 2.60/5 共5次评分 |
开发者 | CookieBoss |
付费类型 | free |
扩展官网 | http://cookieremovermanag.wix.com/cookieboss |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie Boss", "description": "Manage your cookies like a boss.", "version": "4.0", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "cookiemanager.html" }, "permissions": [ "tabs", "sessions", "storage", "activeTab", "cookies", "identity", "identity.email", "unlimitedStorage", "notifications", " |