Online File Uploader

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

Was ist Online File Uploader?

Online File Uploader ist eine Chrome-Erweiterung, die von Tirth Patel entwickelt wurde, und ihr Hauptmerkmal ist "Upload Online Files Anywhere you want on the web without downloading them!".

Erweiterungsscreenshots

screenshot

Online File Uploader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Online File Uploader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Online File Uploader Online File Uploader
ID cgfhjcebnjmpkepnepggookdeiigdbbj
Offizielle URL https://chromewebstore.google.com/detail/online-file-uploader/cgfhjcebnjmpkepnepggookdeiigdbbj
Beschreibung Upload Online Files Anywhere you want on the web without downloading them!
Dateigröße 201 KB
Installationsanzahl 69
Aktuelle Version 1.0
Letztes Update 2021-01-29
Veröffentlichungsdatum 2021-01-29
Entwickler Tirth Patel
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}