CDNCache

Cache CDN files locally.

What is CDNCache?

CDNCache is a Chrome extension developed by gbrunacci, and its main feature is "Cache CDN files locally.".

Download CDNCache Extension CRX File

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

                        Get CDN files locally, for development or browsing improvement.

See: https://github.com/gbrunacci/cdn-cache                    

Extension Basic Information

Name CDNCache CDNCache
ID cjjmbggfmolglgbakinoejofkgflbibc
Official URL https://chrome.google.com/webstore/detail/cdncache/cjjmbggfmolglgbakinoejofkgflbibc
Description Cache CDN files locally.
File Size 54.57 KB
Installation Count 62
Current Version 1.0
Last Updated 2015-06-05
Publish Date 2015-06-05
Rating 4.67/5 Total 3 Ratings
Developer gbrunacci
Payment Type free
Extension Website https://github.com/gbrunacci/cdn-cache
Help Page URL https://github.com/gbrunacci/cdn-cache
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CDNCache",
    "description": "Cache CDN files locally.",
    "version": "1.0",
    "background": {
        "scripts": [
            "cdn-cache.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "name": "CDNCache"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*\/*"
    ]
}