WebExtension.net
WebExtension.net

Wicked Good Unarchiver

View on Chrome Web Store
View Wicked Good Unarchiver Chrome Extension on Chrome Web Store
2.8 (405 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Open 7z/ar/CAB/CPIO/deb/ISO/jar/lha/pax/rpm/tar/warc files in Files app.
Type
Extension
Users
200,000 users
Mike Frysinger
View author page of Mike Frysinger
Published
Published on February 28, 2016
Version 2020.11.0.77
Manifest version
2
Updated
Updated on October 8, 2022
View on Chrome Web Store
View Wicked Good Unarchiver Chrome Extension on Chrome Web Store
productivity/developer
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "2020.11.0.77",
    "manifest_version": 2,
    "minimum_chrome_version": "44.0.2400.0",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "alwaysOnTopWindows",
        "fileSystemProvider",
        {
            "fileSystem": [
                "retainEntries",
                "write",
                "directory"
            ]
        },
        "notifications",
        "storage"
    ],
    "file_system_provider_capabilities": {
        "multipleMounts": true,
        "source": "file"
    },
    "file_handlers": {
        "7zip": {
            "types": [
                "application\/x-7z",
                "application\/x-7z-compressed"
            ],
            "extensions": [
                "7z"
            ]
        },
        "ar": {
            "types": [
                "application\/x-archive"
            ],
            "extensions": [
                "a"
            ]
        },
        "bzip2": {
            "types": [
                "application\/x-bzip",
                "application\/x-bzip2"
            ],
            "extensions": [
                "bz",
                "bz2"
            ]
        },
        "cab": {
            "types": [
                "application\/x-cab"
            ],
            "extensions": [
                "cab"
            ]
        },
        "cpio": {
            "types": [
                "application\/x-cpio"
            ],
            "extensions": [
                "cpio",
                "cpio.gz",
                "cpio.bz2",
                "cpio.xz"
            ]
        },
        "deb": {
            "types": [
                "application\/vnd.debian.binary-package"
            ],
            "extensions": [
                "deb"
            ]
        },
        "gzip": {
            "types": [
                "application\/x-gzip"
            ],
            "extensions": [
                "gz"
            ]
        },
        "iso": {
            "types": [
                "application\/x-iso9660-image"
            ],
            "extensions": [
                "iso"
            ]
        },
        "lha": {
            "types": [
                "application\/x-lha",
                "application\/x-lzh",
                "application\/x-lzh-compressed"
            ],
            "extensions": [
                "lha",
                "lhz",
                "lzh"
            ]
        },
        "lz4": {
            "types": [
                "application\/x-lz4"
            ],
            "extensions": [
                "lz4"
            ]
        },
        "lzip": {
            "types": [
                "application\/x-lzip"
            ],
            "extensions": [
                "lzip"
            ]
        },
        "lzop": {
            "types": [
                "application\/x-lzop"
            ],
            "extensions": [
                "lz",
                "lzop"
            ]
        },
        "mtree": {
            "extensions": [
                "mtree"
            ]
        },
        "pax": {
            "types": [
                "application\/x-pax"
            ],
            "extensions": [
                "pax",
                "pax.gz",
                "pax.bz2",
                "pax.xz"
            ]
        },
        "rar": {
            "types": [
                "application\/rar"
            ],
            "extensions": [
                "rar"
            ]
        },
        "rpm": {
            "types": [
                "application\/x-rpm",
                "application\/x-redhat-package-manager"
            ],
            "extensions": [
                "rpm"
            ]
        },
        "tar": {
            "types": [
                "application\/x-tar",
                "application\/x-gtar",
                "application\/x-gtar-compressed"
            ],
            "extensions": [
                "gtar",
                "tar",
                "tgz",
                "tbz",
                "tbz2",
                "txz",
                "tz"
            ]
        },
        "warc": {
            "types": [
                "application\/warc"
            ],
            "extensions": [
                "warc"
            ]
        },
        "xz": {
            "types": [
                "application\/x-lzma",
                "application\/x-xz"
            ],
            "extensions": [
                "lzma",
                "xz"
            ]
        },
        "uu": {
            "extensions": [
                "uu"
            ]
        },
        "zip": {
            "types": [
                "application\/zip"
            ],
            "extensions": [
                "zip",
                "zipx"
            ]
        },
        "zipish": {
            "types": [
                "application\/java-archive",
                "application\/x-chrome-extension"
            ],
            "extensions": [
                "apk",
                "crx",
                "jar"
            ]
        },
        "Z": {
            "types": [
                "application\/x-compress"
            ],
            "extensions": [
                "Z"
            ]
        },
        "zstd": {
            "types": [
                "application\/x-zstd"
            ],
            "extensions": [
                "zst"
            ]
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "app": {
        "background": {
            "scripts": [
                "js\/unpacker.js",
                "js\/app.js",
                "js\/background.js",
                "js\/compressor.js",
                "js\/decompressor.js",
                "js\/passphrase-manager.js",
                "js\/request.js",
                "js\/types.js",
                "js\/volume.js"
            ]
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top