Clear Cookie and Reload
Clear Cookie for current tab and reload
Clear Cookie and Reload là gì?
Clear Cookie and Reload là một tiện ích mở rộng Chrome được phát triển bởi b.like.no.other, và tính năng chính của nó là "Clear Cookie for current tab and reload".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Clear Cookie and Reload
Tải xuống các tệp mở rộng Clear Cookie and Reload 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
Clear cookies for current tab and reload Intended Use: Helpful for developers who need to clear all identifying cookies to test a clean environment. watch free match on starsports.com using this app, click on the app when 10 minutes preview time gets over. Enjoy :) You can fork this open source project at https://github.com/blikenoother/ClearCookieAndReload ----------------------------------------- Author: Name: Chirag Email: [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | clinijjpaohndgmfepgpifcfnmlecbom |
URL Chính Thức | https://chrome.google.com/webstore/detail/clear-cookie-and-reload/clinijjpaohndgmfepgpifcfnmlecbom |
Mô tả | Clear Cookie for current tab and reload |
Kích Thước Tệp | 5.57 KB |
Số Lần Cài Đặt | 24,280 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2019-02-02 |
Ngày Phát Hành | 2019-02-02 |
Đánh Giá | 3.52/5 Tổng số 48 Đánh Giá |
Nhà Phát Triển | b.like.no.other |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Cookie and Reload", "description": "Clear Cookie for current tab and reload", "version": "0.3", "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Clear Cookie and Reload" }, "author": { "name": "Chirag", "email": "[email protected]" } } |