Clear Cookies, Storage, and Reload Page

Clears the cookies clears the storage and reloads the page

Clear Cookies, Storage, and Reload Page là gì?

Clear Cookies, Storage, and Reload Page là một tiện ích mở rộng Chrome được phát triển bởi https://platondevs.nl, và tính năng chính của nó là "Clears the cookies clears the storage and reloads the page".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clear Cookies, Storage, and Reload Page

Tải xuống các tệp mở rộng Clear Cookies, Storage, and Reload Page 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

                        Clean the page cookies, clear the page storage and reload page.
Enjoy using it!

Known limitations: does not clean HttpOnly cookies, only cleans cookies in current page domain.                    

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

Tên Clear Cookies, Storage, and Reload Page Clear Cookies, Storage, and Reload Page
ID ibmecniinmokioelonobooffbpgkeifm
URL Chính Thức https://chromewebstore.google.com/detail/clear-cookies-storage-and/ibmecniinmokioelonobooffbpgkeifm
Mô tả Clears the cookies clears the storage and reloads the page
Kích Thước Tệp 10.04 KB
Số Lần Cài Đặt 484
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-02-10
Ngày Phát Hành 2020-02-10
Nhà Phát Triển https://platondevs.nl
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://platondevs.nl/privacy
URL Trang Chính Sách Bảo Mật https://platondevs.nl/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cookies, Storage, and Reload Page",
    "short_name": "CCR-page",
    "description": "Clears the cookies clears the storage and reloads the page",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "ccr_icon_128.png",
        "default_title": "Clear Cookies and Reload"
    },
    "icons": {
        "128": "ccr_icon_128.png"
    },
    "author": {
        "name": "Platon Devs"
    }
}