Reload Page Without Cookies

Clear Cookie for current tab and reload

Reload Page Without Cookiesとは何ですか?

Reload Page Without Cookiesはchongyang18によって開発されたChromeの拡張機能で、その主な機能は「Clear Cookie for current tab and reload」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Reload Page Without Cookies拡張機能のCRXファイルをダウンロード

Reload Page Without Cookies拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Reload page without cookies by clicking on the extension icon                    

拡張機能の基本情報

名前 Reload Page Without Cookies Reload Page Without Cookies
ID hedcmpoocggcflieohecjddaemkpjice
公式URL https://chromewebstore.google.com/detail/reload-page-without-cooki/hedcmpoocggcflieohecjddaemkpjice
説明 Clear Cookie for current tab and reload
ファイルサイズ 6.36 KB
インストール数 73
現在のバージョン 0.1
最終更新日 2020-04-02
公開日 2020-03-29
開発者 chongyang18
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload Page Without Cookies",
    "description": "Clear Cookie for current tab and reload",
    "version": "0.1",
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "cookie.png",
        "default_title": "Reload Page Without Cookies"
    },
    "author": "Mike Yan"
}