Delete this site Cookies

Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click.

什麼是Delete this site Cookies?

Delete this site Cookies是由http://www.ivanrg.com開發的Chrome擴展程式,該擴展的主要功能是“Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Delete this site Cookies擴展crx文件

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

擴展使用說明

                        ***Delete current URL's cookies. Simple and fast.***
Go to an URL and click the button in the Chrome toolbar. All the cookies of the current web will be deleted. A confirmation pop-up message is displayed when all the cookies are deleted.

---------------------------------------------------
---------------------------------------------------

***Elimina las cookies de la URL en la que te encuentres. Simple y rápido.***
Ve a una dirección web y haz clic en el botón de la barra de herramientas de Chrome. Se eliminarán todas las cookies de la eb en la que te encuentres. Cuando se eliminan todas las cookies se muestra un mensaje de confirmación.                    

擴展基本資訊

名稱 Delete this site Cookies Delete this site Cookies
ID nlhidgjbkiekgnkkpopdhojjiinfanoo
官方網址 https://chrome.google.com/webstore/detail/delete-this-site-cookies/nlhidgjbkiekgnkkpopdhojjiinfanoo
簡介 Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click.
檔案大小 39.96 KB
安裝次數 438
目前版本 1.1
更新時間 2015-07-18
上架時間 2015-07-18
評分 3.29/5 共 14 次評分
開發者 http://www.ivanrg.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.ivanrg.com/p/delete-this-site-cookies.html
說明頁面URL http://www.ivanrg.com/p/delete-this-site-cookies.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Delete this site Cookies",
    "short_name": "Delete this site Cookies",
    "version": "1.1",
    "manifest_version": 2,
    "homepage_url": "http:\/\/www.ivanrg.com\/p\/delete-this-site-cookies.html",
    "description": "Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click.",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Delete this site Cookies"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}