Megafile

Pobieranie plików bezpośrednio z poziomu przeglądarki!

What is Megafile?

Megafile is a Chrome extension developed by https://megafile.pl, and its main feature is "Pobieranie plików bezpośrednio z poziomu przeglądarki!".

Extension Screenshots

screenshot

Download Megafile Extension CRX File

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

                                            

Extension Basic Information

Name Megafile Megafile
ID jjahfnihdeneokaenhkplkpjbdnclkdd
Official URL https://chrome.google.com/webstore/detail/megafile/jjahfnihdeneokaenhkplkpjbdnclkdd
Description Pobieranie plików bezpośrednio z poziomu przeglądarki!
File Size 667 KB
Installation Count 16
Current Version 1.1
Last Updated 2016-10-01
Publish Date 2016-10-01
Developer https://megafile.pl
Payment Type free
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Megafile",
    "description": "Pobieranie plik\u00f3w bezpo\u015brednio z poziomu przegl\u0105darki!",
    "version": "1.1",
    "browser_action": {
        "default_icon": "data\/images\/icon.png",
        "default_popup": "data\/html\/login.html"
    },
    "icons": {
        "16": "data\/images\/icon.png",
        "48": "data\/images\/icon48.png",
        "128": "data\/images\/icon128.png"
    },
    "background": {
        "scripts": [
            "data\/vendor\/jquery-3.1.0.min.js",
            "data\/js\/helperFunctions.js",
            "data\/js\/onBrowserStartEvents.js",
            "data\/js\/contextMenu.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "data\/vendor\/jquery-3.1.0.min.js",
                "data\/js\/content_scripts.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "contextMenus",
        "notifications",
        "storage",
        "downloads",
        "https:\/\/*.megafile.pl\/"
    ],
    "web_accessible_resources": [
        "data\/*"
    ]
}