Automated Checksum Verification
Automated Checksum Verification is an extension made to ensure the integrity of potentially dangerous files.
Co je Automated Checksum Verification?
Automated Checksum Verification je rozšíření Chrome vyvinuté ISPLab @ UNIL, a jeho hlavní funkcí je „Automated Checksum Verification is an extension made to ensure the integrity of potentially dangerous files.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Automated Checksum Verification
Stáhněte si soubory rozšíření Automated Checksum Verification ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension offers an automated checksum verification that alerts users when there is a potential mismatch between the checksum computed from the downloaded file and that (or those) available on the website triggering the download.
Základní Informace o Rozšíření
Název | |
ID | kabghagbpkdbojdeklmcbfamenmpilga |
Oficiální URL | https://chromewebstore.google.com/detail/automated-checksum-verifi/kabghagbpkdbojdeklmcbfamenmpilga |
Popis | Automated Checksum Verification is an extension made to ensure the integrity of potentially dangerous files. |
Velikost souboru | 4.61 MB |
Počet instalací | 135 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2019-06-30 |
Datum Vydání | 2019-06-26 |
Vývojář | ISPLab @ UNIL |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://people.unil.ch/kevinhuguenin/research/projects/ |
Podporované Jazyky | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.3", "manifest_version": 2, "description": "__MSG_extDesc__", "icons": { "16": "icons\/icon16.png", "128": "icons\/icon128.png" }, "background": { "persistent": false, "scripts": [ "scripts\/md5.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*" ], "js": [ "scripts\/content.js" ], "css": [ "css\/style.css", "css\/fontawesome-all.css" ] } ], "default_locale": "en", "permissions": [ "alarms", "downloads", "tabs", "downloads.open", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*" ], "web_accessible_resources": [ "css\/*", "scripts\/*", "webfonts\/*", "icons\/*" ] } |