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",
        ""
    ]
}