MetaProducts Offline Explorer integration

Download links from Chrome browser with MetaProducts Offline Explorer.

What is MetaProducts Offline Explorer integration?

MetaProducts Offline Explorer integration is a Chrome extension developed by [email protected], and its main feature is "Download links from Chrome browser with MetaProducts Offline Explorer.".

Extension Screenshots

screenshot
screenshot

Download MetaProducts Offline Explorer integration Extension CRX File

Download MetaProducts Offline Explorer integration 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

                        This is the integration plug-in for MetaProducts Offline Explorer (http://www.metaproducts.com/mp/Offline_Explorer_Pro.htm.)                    

Extension Basic Information

Name MetaProducts Offline Explorer integration MetaProducts Offline Explorer integration
ID pkijdmeepjhpenmighhaodgfoogncnlk
Official URL https://chromewebstore.google.com/detail/metaproducts-offline-expl/pkijdmeepjhpenmighhaodgfoogncnlk
Description Download links from Chrome browser with MetaProducts Offline Explorer.
File Size 58.39 KB
Installation Count 3,551
Current Version 1.3.1
Last Updated 2013-07-10
Publish Date 2013-07-10
Rating 3.60/5 Total 5 Ratings
Developer [email protected]
Payment Type free
Help Page URL http://www.metaproducts.com/mp/mpSupport.asp
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "version": "1.3.1",
    "minimum_chrome_version": "20",
    "default_locale": "en",
    "homepage_url": "http:\/\/www.metaproducts.com",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "plugins": [
        {
            "path": "plugin\/mpoe.dll"
        }
    ],
    "requirements": {
        "plugins": {
            "npapi": false
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}