Maatwerk Online Clear Cache

It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again

What is Maatwerk Online Clear Cache?

Maatwerk Online Clear Cache is a Chrome extension developed by https://www.maatwerkonline.nl, and its main feature is "It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again".

Extension Screenshots

screenshot

Download Maatwerk Online Clear Cache Extension CRX File

Download Maatwerk Online Clear 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

                        It helps to developer & tester. It will clear cache of your webpage. So that no need press cntl+f5 again and again.                    

Extension Basic Information

Name Maatwerk Online Clear Cache Maatwerk Online Clear Cache
ID ihjkbilpbadefajplekfmjfieglocjeg
Official URL https://chromewebstore.google.com/detail/maatwerk-online-clear-cac/ihjkbilpbadefajplekfmjfieglocjeg
Description It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again
File Size 30.65 KB
Installation Count 44
Current Version 0.4
Last Updated 2019-04-03
Publish Date 2019-04-03
Developer https://www.maatwerkonline.nl
Email [email protected]
Payment Type free
Privacy Policy Page URL https://cdn.cookiecode.nl/privacy/maatwerkonline.nl/nl/pdf
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maatwerk Online Clear Cache",
    "version": "0.4",
    "manifest_version": 2,
    "description": "It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again",
    "homepage_url": "http:\/\/maatwerkonline.nl",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "18": "images\/logo-18.png",
            "36": "images\/logo-36.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "icons": {
        "18": "images\/logo-18.png",
        "36": "images\/logo-36.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "permissions": [
        "activeTab"
    ]
}