AIR for Chrome

1-click evidence acquisition for Chrome.

What is AIR for Chrome?

AIR for Chrome is a Chrome extension developed by Binalyze, and its main feature is "1-click evidence acquisition for Chrome.".

Extension Screenshots

screenshot
screenshot
screenshot

Download AIR for Chrome Extension CRX File

Download AIR for Chrome 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

                        AIR for Chrome is the fastest and easiest way of capturing forensic evidence from Chrome browsers. It runs as an extension and lets investigators capture forensic evidence with a single click. Evidence is collected into a well-organized HTML report that is accompanied by individual CSV files.                    

Extension Basic Information

Name AIR for Chrome AIR for Chrome
ID lbpmecejcofpjciobpdkddbdacdclemf
Official URL https://chromewebstore.google.com/detail/air-for-chrome/lbpmecejcofpjciobpdkddbdacdclemf
Description 1-click evidence acquisition for Chrome.
File Size 3.19 MB
Installation Count 122
Current Version 1.5.1
Last Updated 2024-01-23
Publish Date 2022-04-08
Rating 5.00/5 Total 9 Ratings
Developer Binalyze
Email [email protected]
Payment Type free
Extension Website https://www.binalyze.com
Help Page URL https://kb.binalyze.com
Privacy Policy Page URL https://www.binalyze.com/resources/privacy-statement
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AIR for Chrome",
    "version": "1.5.1",
    "description": "1-click evidence acquisition for Chrome.",
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/16.png",
        "default_popup": "popup\/index.html",
        "default_title": "Popup"
    },
    "background": {
        "service_worker": "background-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "content\/index.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*.png",
                "assets\/report\/case.tmpl"
            ],
            "extension_ids": [
                "lbpmecejcofpjciobpdkddbdacdclemf"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "history",
        "bookmarks",
        "downloads",
        "system.cpu",
        "system.display",
        "system.memory",
        "system.storage",
        "cookies",
        "identity",
        "management",
        "tabs",
        "enterprise.deviceAttributes",
        "enterprise.networkingAttributes",
        "enterprise.platformKeys",
        "topSites",
        "sessions",
        "storage",
        "privacy",
        "proxy"
    ]
}