Clear Cookie and Reload
Clear Cookie for current tab and reload
什么是Clear Cookie and Reload?
Clear Cookie and Reload是由b.like.no.other开发的Chrome扩展程序,该扩展的主要功能是“Clear Cookie for current tab and reload”。
扩展截图
下载Clear Cookie and Reload扩展crx文件
下载Clear Cookie and Reload扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Clear cookies for current tab and reload Intended Use: Helpful for developers who need to clear all identifying cookies to test a clean environment. watch free match on starsports.com using this app, click on the app when 10 minutes preview time gets over. Enjoy :) You can fork this open source project at https://github.com/blikenoother/ClearCookieAndReload ----------------------------------------- Author: Name: Chirag Email: [email protected]
扩展基本信息
名称 | |
ID | clinijjpaohndgmfepgpifcfnmlecbom |
官方URL | https://chrome.google.com/webstore/detail/clear-cookie-and-reload/clinijjpaohndgmfepgpifcfnmlecbom |
简介 | Clear Cookie for current tab and reload |
文件大小 | 5.57 KB |
安装次数 | 24,280 |
当前版本 | 0.3 |
更新时间 | 2019-02-02 |
上架时间 | 2019-02-02 |
评分 | 3.52/5 共48次评分 |
开发者 | b.like.no.other |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Cookie and Reload", "description": "Clear Cookie for current tab and reload", "version": "0.3", "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Clear Cookie and Reload" }, "author": { "name": "Chirag", "email": "[email protected]" } } |