Files comparison
Compare your files in Chrome
What is Files comparison?
Files comparison is a Chrome extension developed by denfllow, and its main feature is "Compare your files in Chrome".
Extension Screenshots
Download Files comparison Extension CRX File
Download Files comparison extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension allows you to compare your files directly in Chrome. Just click on toolbar icon. Also you will get sha256 hash of files. Also your can check file hash on viruses or find native file-name with VirusTotal service. "Is the same file or no... Files Comparison" v0.0.3: - Deleted permission "notifications"
Extension Basic Information
Name | Files comparison |
ID | onhganoloikkmighllfglcehmaaobpmk |
Official URL | https://chromewebstore.google.com/detail/files-comparison/onhganoloikkmighllfglcehmaaobpmk |
Description | Compare your files in Chrome |
File Size | 19.99 KB |
Installation Count | 380 |
Current Version | 0.0.3 |
Last Updated | 2022-05-12 |
Publish Date | 2018-03-09 |
Rating | 4.50/5 Total 2 Ratings |
Developer | denfllow |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://myipcamapp.net/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js", "sha256-hashworker.js" ] }, "browser_action": { "default_icon": "images\/2files18.png", "default_title": "__MSG_browser_action_title__" }, "default_locale": "en", "description": "__MSG_chrome_extension_description__", "icons": { "128": "images\/2files128.png", "64": "images\/2files64.png", "18": "images\/2files18.png" }, "manifest_version": 2, "name": "__MSG_chrome_extension_name__", "short_name": "Compare Files", "version": "0.0.3" } |