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
公式URL 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
Eメール [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"
        ]
    }
}