No Cache

No Cache automatically clears your browser, download, cookies, form data, passwords, and app data

No Cache là gì?

No Cache là một tiện ích mở rộng Chrome được phát triển bởi JLe, và tính năng chính của nó là "No Cache automatically clears your browser, download, cookies, form data, passwords, and app data".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng No Cache

Tải xuống các tệp mở rộng No Cache 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

                        * No Cache automatically clears your browser, download, cookies, form data, passwords, and app data.

* Configure filter terms to target certain URLs

* Enjoy your cacheless browsing experience                    

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

Tên No Cache No Cache
ID ogbfmfambmmhfdpfokohebghmcdbodbh
URL Chính Thức https://chromewebstore.google.com/detail/no-cache/ogbfmfambmmhfdpfokohebghmcdbodbh
Mô tả No Cache automatically clears your browser, download, cookies, form data, passwords, and app data
Kích Thước Tệp 62.35 KB
Số Lần Cài Đặt 5,223
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2014-09-05
Ngày Phát Hành 2014-09-05
Đánh Giá 4.00/5 Tổng số 17 Đánh Giá
Nhà Phát Triển JLe
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_application_title__",
    "short_name": "__MSG_application_title__",
    "options_page": "html\/options.html",
    "description": "__MSG_application_description__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "name": "__MSG_application_title__",
        "title": "__MSG_application_title__",
        "default_icon": "images\/icon16.png"
    },
    "background": {
        "scripts": [
            "js\/custom\/background.js"
        ]
    },
    "incognito": "split",
    "minimum_chrome_version": "19.0.1028.0",
    "offline_enabled": false,
    "permissions": [
        "webRequest",
        "tabs",
        "browsingData",
        ""
    ]
}