Clear Cookies, Storage, and Reload Page

Clears the cookies clears the storage and reloads the page

Clear Cookies, Storage, and Reload Pageとは何ですか?

Clear Cookies, Storage, and Reload Pageはhttps://platondevs.nlによって開発されたChromeの拡張機能で、その主な機能は「Clears the cookies clears the storage and reloads the page」です。

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

screenshot

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

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

拡張機能の使用方法

                        Clean the page cookies, clear the page storage and reload page.
Enjoy using it!

Known limitations: does not clean HttpOnly cookies, only cleans cookies in current page domain.                    

拡張機能の基本情報

名前 Clear Cookies, Storage, and Reload Page Clear Cookies, Storage, and Reload Page
ID ibmecniinmokioelonobooffbpgkeifm
公式URL https://chromewebstore.google.com/detail/clear-cookies-storage-and/ibmecniinmokioelonobooffbpgkeifm
説明 Clears the cookies clears the storage and reloads the page
ファイルサイズ 10.04 KB
インストール数 484
現在のバージョン 1.0
最終更新日 2020-02-10
公開日 2020-02-10
開発者 https://platondevs.nl
Eメール [email protected]
支払い方法 free
ヘルプページのURL http://platondevs.nl/privacy
プライバシーポリシーページのURL https://platondevs.nl/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cookies, Storage, and Reload Page",
    "short_name": "CCR-page",
    "description": "Clears the cookies clears the storage and reloads the page",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "ccr_icon_128.png",
        "default_title": "Clear Cookies and Reload"
    },
    "icons": {
        "128": "ccr_icon_128.png"
    },
    "author": {
        "name": "Platon Devs"
    }
}