No Cache

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

什么是No Cache?

No Cache是由JLe开发的Chrome扩展程序,该扩展的主要功能是“No Cache automatically clears your browser, download, cookies, form data, passwords, and app data”。

扩展截图

screenshot
screenshot
screenshot

下载No Cache扩展crx文件

下载No Cache扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        * 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                    

扩展基本信息

名称 No Cache No Cache
ID ogbfmfambmmhfdpfokohebghmcdbodbh
官方URL https://chromewebstore.google.com/detail/no-cache/ogbfmfambmmhfdpfokohebghmcdbodbh
简介 No Cache automatically clears your browser, download, cookies, form data, passwords, and app data
文件大小 62.35 KB
安装次数 5,223
当前版本 0.0.2
更新时间 2014-09-05
上架时间 2014-09-05
评分 4.00/5 共17次评分
开发者 JLe
付费类型 free
支持的语言 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",
        ""
    ]
}