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」です。

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

screenshot
screenshot

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]                    

拡張機能の基本情報

名前 Clear Cookie and Reload Clear Cookie and Reload
ID clinijjpaohndgmfepgpifcfnmlecbom
公式URL 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]"
    }
}