File Upload Blocker

This extension will block file uploading.

File Upload Blockerคืออะไร?

File Upload Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://softpulseinfotech.com และคุณลักษณะหลักของมันคือ "This extension will block file uploading."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย File Upload Blocker

ดาวน์โหลดไฟล์ส่วนขยาย File Upload Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The File Upload Blocker extension is a powerful tool designed to prevent users from uploading any kind of files on all websites. This extension is perfect for those who want to secure their sensitive or confidential files from being uploaded to potentially harmful websites or web email services.

The extension's main functionality is to block all file uploads on all websites, regardless of file type. This means that users will not be able to upload any files, including images, documents, videos, and more. This makes it an extremely effective solution for preventing data leakage or accidental uploads of sensitive information.

The extension is easy to use, with a simple on/off button that allows users to quickly enable or disable the file upload blocking feature. The extension also offers a whitelist option, which allows users to specify a list of websites where file uploads will be allowed. This gives users even more control over their file uploads, and allows them to only allow uploads on trusted websites.

Another great feature of the extension is the upload history list, which keeps track of all blocked file uploads, and the option to clear the list. Users can also export/import CSV files of whitelist URLs.

The File Upload Blocker Plus extension is a great solution for anyone looking to secure their files from unwanted uploads. It is perfect for businesses, individuals, and organizations that need to keep their files safe and secure. It is also a good choice for parents who want to protect their children from accidentally uploading confidential files to malicious sites. The extension is free to use, and easy to install, so users can start protecting their files right away.

New Features:
- Added password protection
- Improved perfomance                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ File Upload Blocker File Upload Blocker
ID cmlbkpmchdklhhhjodfgajefbdejehjm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/file-upload-blocker/cmlbkpmchdklhhhjodfgajefbdejehjm
คำอธิบาย This extension will block file uploading.
ขนาดไฟล์ 6.85 MB
จำนวนการติดตั้ง 271
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-10-11
วันที่เผยแพร่ 2023-01-19
ผู้พัฒนา https://softpulseinfotech.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,es,pt-PT,ru,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.3",
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/script.js"
            ],
            "match_origin_as_fallback": true,
            "run_at": "document_start"
        }
    ]
}