VTEX CACHE

Reduz o cache da vtex drasticamente - by Caio F. Vieira

What is VTEX CACHE?

VTEX CACHE is a Chrome extension developed by Unknown, and its main feature is "Reduz o cache da vtex drasticamente - by Caio F. Vieira".

Extension Screenshots

screenshot

Download VTEX CACHE Extension CRX File

Download VTEX 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

                        Remove o cache de arquivos css, javascript e imagens da vtex para melhorar o tempo de desenvolvimento e debug.                    

Extension Basic Information

Name VTEX CACHE VTEX CACHE
ID knkimmnefeblmnkafocckcepgmpbgnki
Official URL https://chromewebstore.google.com/detail/vtex-cache/knkimmnefeblmnkafocckcepgmpbgnki
Description Reduz o cache da vtex drasticamente - by Caio F. Vieira
File Size 9.54 KB
Installation Count 717
Current Version 2.0.3
Last Updated 2022-03-30
Publish Date 2022-03-29
Rating 5.00/5 Total 3 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VTEX CACHE",
    "version": "2.0.3",
    "description": "Reduz o cache da vtex drasticamente - by Caio F. Vieira",
    "manifest_version": 3,
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "icons": {
        "16": "\/img\/vtexcache.png",
        "32": "\/img\/vtexcache.png",
        "48": "\/img\/vtexcache.png",
        "128": "\/img\/vtexcache.png"
    },
    "action": {
        "default_popup": "\/html\/popup.html"
    }
}