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 |
官方網址 | 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]" } } |