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 là gì?

Delete this site Cookies là một tiện ích mở rộng Chrome được phát triển bởi http://www.ivanrg.com, và tính năng chính của nó là "Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Delete this site Cookies

Tải xuống các tệp mở rộng Delete this site Cookies dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ***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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Delete this site Cookies Delete this site Cookies
ID nlhidgjbkiekgnkkpopdhojjiinfanoo
URL Chính Thức https://chrome.google.com/webstore/detail/delete-this-site-cookies/nlhidgjbkiekgnkkpopdhojjiinfanoo
Mô tả Delete current URL's cookies. Safely, simple and fast. All the site's cookies will be deleted with only one click.
Kích Thước Tệp 39.96 KB
Số Lần Cài Đặt 438
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-07-18
Ngày Phát Hành 2015-07-18
Đánh Giá 3.29/5 Tổng số 14 Đánh Giá
Nhà Phát Triển http://www.ivanrg.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ivanrg.com/p/delete-this-site-cookies.html
URL Trang Trợ Giúp http://www.ivanrg.com/p/delete-this-site-cookies.html
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}