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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}