Coloe Cookie Crusher
This extension clears all cookies in your browser and refreshes the current page.
什么是Coloe Cookie Crusher?
Coloe Cookie Crusher是由Fat Cattitude, LLC开发的Chrome扩展程序,该扩展的主要功能是“This extension clears all cookies in your browser and refreshes the current page.”。
扩展截图
下载Coloe Cookie Crusher扩展crx文件
下载Coloe Cookie Crusher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Clear a website's cookies and refresh the page all in one click!
扩展基本信息
名称 | Coloe Cookie Crusher |
ID | mjmcjndganfnecmceegfkjmhnlngfohh |
官方URL | https://chromewebstore.google.com/detail/coloe-cookie-crusher/mjmcjndganfnecmceegfkjmhnlngfohh |
简介 | This extension clears all cookies in your browser and refreshes the current page. |
文件大小 | 30.35 KB |
安装次数 | 286 |
当前版本 | 0.0.0.6 |
更新时间 | 2023-07-30 |
上架时间 | 2018-08-14 |
评分 | 5.00/5 共6次评分 |
开发者 | Fat Cattitude, LLC |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coloe Cookie Crusher", "description": "This extension clears all cookies in your browser and refreshes the current page.", "version": "0.0.0.6", "incognito": "split", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "page": "background.html" } } |