No Cache

Ensure that you see your page without client and server caches

What is No Cache?

No Cache is a Chrome extension developed by Roman Hlushko, and its main feature is "Ensure that you see your page without client and server caches".

Extension Screenshots

screenshot

Download No Cache Extension CRX File

Download No Cache extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Take cache cleaning to the next level! 

No Cache Extension helps to remove server FPC and browser caches by pushing one single button 🔥                    

Extension Basic Information

Name No Cache No Cache
ID imcbegkljmmdaacgnepdhpnlijgpcpbi
Official URL https://chromewebstore.google.com/detail/no-cache/imcbegkljmmdaacgnepdhpnlijgpcpbi
Description Ensure that you see your page without client and server caches
File Size 18.36 KB
Installation Count 170
Current Version 1.0
Last Updated 2020-03-31
Publish Date 2020-03-31
Rating 5.00/5 Total 1 Ratings
Developer Roman Hlushko
Email [email protected]
Payment Type free
Extension Website https://github.com/roma-glushko/no-cache-extension
Help Page URL https://github.com/roma-glushko/no-cache-extension
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Cache",
    "version": "1.0",
    "description": "Ensure that you see your page without client and server caches",
    "browser_action": {
        "default_title": "No Cache!"
    },
    "icons": {
        "120": "\/images\/icon-120.png"
    },
    "background": {
        "scripts": [
            "actions.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "browsingData",
        "contextMenus"
    ]
}