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
官方網址 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
電子郵箱 [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"
    }
}