Remove Cookie!

Removes cookies set by the site, including cookies with paths and domains

什麼是Remove Cookie!?

Remove Cookie!是由alenbi.2013.105開發的Chrome擴展程式,該擴展的主要功能是“Removes cookies set by the site, including cookies with paths and domains”。

擴展截圖

screenshot

下載Remove Cookie!擴展crx文件

下載Remove Cookie!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension enables you to quickly remove the cookie that may have been set by the site. Simply click "Remove Cookie!                    

擴展基本資訊

名稱 Remove Cookie! Remove Cookie!
ID oifomnalkciipmgkfgdjkepdocgiipjg
官方網址 https://chrome.google.com/webstore/detail/remove-cookie/oifomnalkciipmgkfgdjkepdocgiipjg
簡介 Removes cookies set by the site, including cookies with paths and domains
檔案大小 25.75 KB
安裝次數 16,543
目前版本 0.1
更新時間 2013-12-18
上架時間 2013-12-18
評分 2.88/5 共 16 次評分
開發者 alenbi.2013.105
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Remove Cookie!"
    },
    "name": "Remove Cookie!",
    "description": "Removes cookies set by the site, including cookies with paths and domains",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}