No Cache

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

No Cache क्या है?

No Cache JLe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "No Cache automatically clears your browser, download, cookies, form data, passwords, and app data"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में No Cache एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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