Online File Uploader

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

Online File Uploader là gì?

Online File Uploader là một tiện ích mở rộng Chrome được phát triển bởi Tirth Patel, và tính năng chính của nó là "Upload Online Files Anywhere you want on the web without downloading them!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Online File Uploader

Tải xuống các tệp mở rộng Online File Uploader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Online File Uploader Online File Uploader
ID cgfhjcebnjmpkepnepggookdeiigdbbj
URL Chính Thức https://chromewebstore.google.com/detail/online-file-uploader/cgfhjcebnjmpkepnepggookdeiigdbbj
Mô tả Upload Online Files Anywhere you want on the web without downloading them!
Kích Thước Tệp 201 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-01-29
Ngày Phát Hành 2021-01-29
Nhà Phát Triển Tirth Patel
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}