Cookie-Cleaner

Chrome extension to clean cookies from the current tab in one click.

什麼是Cookie-Cleaner?

Cookie-Cleaner是由jmatj.dev開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension to clean cookies from the current tab in one click.”。

擴展截圖

screenshot

下載Cookie-Cleaner擴展crx文件

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

擴展使用說明

                        Cookie-Cleaner is a simple and fast extension to clean cookies from the current tab in one click.

Don't hassle with sites that are restricting the content based on how many times you have visited their site.

In one click you're back on your feet and ready to go on!                    

擴展基本資訊

名稱 Cookie-Cleaner Cookie-Cleaner
ID alnoiokdjddbeifhpfifmlgmdpgapmaj
官方網址 https://chromewebstore.google.com/detail/cookie-cleaner/alnoiokdjddbeifhpfifmlgmdpgapmaj
簡介 Chrome extension to clean cookies from the current tab in one click.
檔案大小 15.15 KB
安裝次數 1,614
目前版本 0.1
更新時間 2016-06-03
上架時間 2016-06-03
評分 3.40/5 共 5 次評分
開發者 jmatj.dev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/jmatj/cookie-cleaner
說明頁面URL https://github.com/jmatj/cookie-cleaner
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie-Cleaner",
    "description": "Chrome extension to clean cookies from the current tab in one click.",
    "version": "0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "remove cookies now",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}