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
公式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
Eメール [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"
    }
}