Cookie Remover

Removes cookies for the current site

什麼是Cookie Remover?

Cookie Remover是由Adam開發的Chrome擴展程式,該擴展的主要功能是“Removes cookies for the current site”。

擴展截圖

screenshot
screenshot

下載Cookie Remover擴展crx文件

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

擴展使用說明

                        Instructions: 
Click the cookie icon at the top right to remove cookies for the current site. A confirmation will then appear displaying how many cookies were removed. You should then refresh the page to see possible changes.

Also clears localStorage and sessionStorage for the current site.

Remove cookie. Remove cookies. Cookie removal. Delete cookie. Delete Cookies. Clear session.                    

擴展基本資訊

名稱 Cookie Remover Cookie Remover
ID kcgpggonjhmeaejebeoeomdlohicfhce
官方網址 https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce
簡介 Removes cookies for the current site
檔案大小 87.72 KB
安裝次數 83,261
目前版本 1.0.3
更新時間 2019-08-10
上架時間 2019-08-09
評分 4.46/5 共 79 次評分
開發者 Adam
付費類型 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 cookies for this site"
    },
    "description": "Removes cookies for the current site",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "name": "Cookie Remover",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "version": "1.0.3"
}