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
官方URL 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'"
}