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.”。

擴展截圖

screenshot

下載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 Coloe Cookie Crusher
ID mjmcjndganfnecmceegfkjmhnlngfohh
官方網址 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"
    }
}