File upload block
Disable upload file input
File upload block क्या है?
File upload block nbizinfosol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disable upload file input"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में File upload block एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |