File upload block

Disable upload file input

File upload blockคืออะไร?

File upload block เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nbizinfosol และคุณลักษณะหลักของมันคือ "Disable upload file input"

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

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

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

                        Block all the file uploads from your computer and protect your confidential files from unauthorized copying. Today staffs and other people can send confidential files out of your office using gmail, hotmail and other free web email services.  This app will block any web email uploads so that they cannot send confidential documents out of your network.                    

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

ชื่อ File upload block File upload block
ID lbdnedphfgalkmehcjipbkieiepahkkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/file-upload-block/lbdnedphfgalkmehcjipbkieiepahkkm
คำอธิบาย Disable upload file input
ขนาดไฟล์ 64.58 KB
จำนวนการติดตั้ง 214
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-02-17
วันที่เผยแพร่ 2016-02-17
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา nbizinfosol
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Disable upload file input",
    "icons": {
        "128": "upload_disable.png"
    },
    "manifest_version": 2,
    "name": "File upload block",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        "notavailable.html",
        "notavailable.js",
        "notavailable.css"
    ]
}