Remove Cookie!
Removes cookies set by the site, including cookies with paths and domains
什么是Remove Cookie!?
Remove Cookie!是由alenbi.2013.105开发的Chrome扩展程序,该扩展的主要功能是“Removes cookies set by the site, including cookies with paths and domains”。
扩展截图
下载Remove Cookie!扩展crx文件
下载Remove Cookie!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension enables you to quickly remove the cookie that may have been set by the site. Simply click "Remove Cookie!
扩展基本信息
名称 | |
ID | oifomnalkciipmgkfgdjkepdocgiipjg |
官方URL | https://chrome.google.com/webstore/detail/remove-cookie/oifomnalkciipmgkfgdjkepdocgiipjg |
简介 | Removes cookies set by the site, including cookies with paths and domains |
文件大小 | 25.75 KB |
安装次数 | 16,543 |
当前版本 | 0.1 |
更新时间 | 2013-12-18 |
上架时间 | 2013-12-18 |
评分 | 2.88/5 共16次评分 |
开发者 | alenbi.2013.105 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Remove Cookie!" }, "name": "Remove Cookie!", "description": "Removes cookies set by the site, including cookies with paths and domains", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |