Tab Cookie Remover

Remove all cookies for the active tab with just one click.

Tab Cookie Removerとは何ですか?

Tab Cookie RemoverはYubiによって開発されたChromeの拡張機能で、その主な機能は「Remove all cookies for the active tab with just one click.」です。

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

screenshot

Tab Cookie Remover拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Tab Cookie Remover is an extension that let you easily remove cookies for the current (active) tab.

Simply click on the toolbar button to remove all cookies. Please note that, if the active tab has a "duplicate", the addon will not remove cookies for it. Please first remove the duplicate tab, and then press on the toolbar button again.

Once Tab Cookie Remover addon is starting to remove cookies, the toolbar icon will flash continuously until the removing process is completed. A notification popup will show you the end of the removing process.

In order to report bugs, please fill the bug report form in the addon's homepage (http://mybrowseraddon.com/tab-cookie-remover.html).                    

拡張機能の基本情報

名前 Tab Cookie Remover Tab Cookie Remover
ID kdgcemcnbloklddniceknpobimmglbjm
公式URL https://chromewebstore.google.com/detail/tab-cookie-remover/kdgcemcnbloklddniceknpobimmglbjm
説明 Remove all cookies for the active tab with just one click.
ファイルサイズ 48.78 KB
インストール数 986
現在のバージョン 0.1.0
最終更新日 2018-01-30
公開日 2018-01-30
評価 2.33/5 合計 3 レビュー
開発者 Yubi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://mybrowseraddon.com/tab-cookie-remover.html
ヘルプページのURL http://mybrowseraddon.com/tab-cookie-remover.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0",
    "manifest_version": 2,
    "name": "Tab Cookie Remover",
    "short_name": "tabcookiermvr",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "http:\/\/mybrowseraddon.com\/tab-cookie-remover.html",
    "description": "Remove all cookies for the active tab with just one click.",
    "permissions": [
        "tabs",
        "storage",
        "",
        "cookies",
        "notifications"
    ],
    "browser_action": {
        "default_title": "Tab Cookie Remover",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}