Megafile

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

什麼是Megafile?

Megafile是由https://megafile.pl開發的Chrome擴展程式,該擴展的主要功能是“Pobieranie plików bezpośrednio z poziomu przeglądarki!”。

擴展截圖

screenshot

下載Megafile擴展crx文件

下載Megafile擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Megafile Megafile
ID jjahfnihdeneokaenhkplkpjbdnclkdd
官方網址 https://chrome.google.com/webstore/detail/megafile/jjahfnihdeneokaenhkplkpjbdnclkdd
簡介 Pobieranie plików bezpośrednio z poziomu przeglądarki!
檔案大小 667 KB
安裝次數 16
目前版本 1.1
更新時間 2016-10-01
上架時間 2016-10-01
開發者 https://megafile.pl
付費類型 free
支援的語言 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\/*"
    ]
}