Online File Uploader

Upload Online Files Anywhere you want on the web without downloading them!

什麼是Online File Uploader?

Online File Uploader是由Tirth Patel開發的Chrome擴展程式,該擴展的主要功能是“Upload Online Files Anywhere you want on the web without downloading them!”。

擴展截圖

screenshot

下載Online File Uploader擴展crx文件

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

擴展使用說明

                        Online File Uploader Allows developers to upload photos and videos to file input field from websites like Pexels, Unsplash, Bing browser, Google Images and many more.                    

擴展基本資訊

名稱 Online File Uploader Online File Uploader
ID cgfhjcebnjmpkepnepggookdeiigdbbj
官方網址 https://chromewebstore.google.com/detail/online-file-uploader/cgfhjcebnjmpkepnepggookdeiigdbbj
簡介 Upload Online Files Anywhere you want on the web without downloading them!
檔案大小 201 KB
安裝次數 69
目前版本 1.0
更新時間 2021-01-29
上架時間 2021-01-29
開發者 Tirth Patel
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Online File Uploader",
    "version": "1.0",
    "description": "Upload Online Files Anywhere you want on the web without downloading them!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "bootstrap.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery.min.js",
        "bootstrap.min.js",
        "bootstrap.min.css",
        "modal.js",
        "images\/*",
        "modal.html"
    ],
    "permissions": [
        "downloads"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdn.jsdelivr.net https:\/\/cdnjs.cloudflare.com https:\/\/stackpath.bootstrapcdn.com; object-src 'self'"
}