Online File Uploader

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

Wat is Online File Uploader?

Online File Uploader is een Chrome-extensie ontwikkeld door Tirth Patel, en de belangrijkste functie is "Upload Online Files Anywhere you want on the web without downloading them!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Online File Uploader

Download Online File Uploader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Online File Uploader Online File Uploader
ID cgfhjcebnjmpkepnepggookdeiigdbbj
Officiële URL https://chromewebstore.google.com/detail/online-file-uploader/cgfhjcebnjmpkepnepggookdeiigdbbj
Beschrijving Upload Online Files Anywhere you want on the web without downloading them!
Bestandsgrootte 201 KB
Aantal Installaties 69
Huidige Versie 1.0
Laatst Bijgewerkt 2021-01-29
Publicatiedatum 2021-01-29
Ontwikkelaar Tirth Patel
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}