Online File Uploader

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

What is Online File Uploader?

Online File Uploader is a Chrome extension developed by Tirth Patel, and its main feature is "Upload Online Files Anywhere you want on the web without downloading them!".

Extension Screenshots

screenshot

Download Online File Uploader Extension CRX File

Download Online File Uploader 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

                        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.                    

Extension Basic Information

Name Online File Uploader Online File Uploader
ID cgfhjcebnjmpkepnepggookdeiigdbbj
Official URL https://chromewebstore.google.com/detail/online-file-uploader/cgfhjcebnjmpkepnepggookdeiigdbbj
Description Upload Online Files Anywhere you want on the web without downloading them!
File Size 201 KB
Installation Count 69
Current Version 1.0
Last Updated 2021-01-29
Publish Date 2021-01-29
Developer Tirth Patel
Email [email protected]
Payment Type free
Supported Languages 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'"
}