Online File Uploader

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

Cos'è Online File Uploader?

Online File Uploader è un'estensione di Chrome sviluppata da Tirth Patel, e la sua funzione principale è "Upload Online Files Anywhere you want on the web without downloading them!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Online File Uploader

Scarica i file di estensione Online File Uploader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Online File Uploader Online File Uploader
ID cgfhjcebnjmpkepnepggookdeiigdbbj
URL Ufficiale https://chromewebstore.google.com/detail/online-file-uploader/cgfhjcebnjmpkepnepggookdeiigdbbj
Descrizione Upload Online Files Anywhere you want on the web without downloading them!
Dimensione del File 201 KB
Conteggio Installazioni 69
Versione Corrente 1.0
Ultimo Aggiornamento 2021-01-29
Data di Pubblicazione 2021-01-29
Sviluppatore Tirth Patel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}