Pacifist Web Extension

The browser extension for Pacifist

What is Pacifist Web Extension?

Pacifist Web Extension is a Chrome extension developed by charlesjs, and its main feature is "The browser extension for Pacifist".

Extension Screenshots

screenshot

Download Pacifist Web Extension Extension CRX File

Download Pacifist Web Extension 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

                        Browser extension that allows you to view .zip and .pkg files directly in your browser without actually downloading the entire file. Requires Pacifist 4.0 to be installed on your local machine.                    

Extension Basic Information

Name Pacifist Web Extension Pacifist Web Extension
ID imfdjhbohopocgajlcadahkkjkmlminj
Official URL https://chromewebstore.google.com/detail/pacifist-web-extension/imfdjhbohopocgajlcadahkkjkmlminj
Description The browser extension for Pacifist
File Size 35.44 KB
Installation Count 1,039
Current Version 1.0.7
Last Updated 2021-11-07
Publish Date 2021-11-06
Rating 5.00/5 Total 1 Ratings
Developer charlesjs
Email [email protected]
Payment Type free
Extension Website https://www.charlessoft.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pacifist Web Extension",
    "version": "1.0.7",
    "description": "The browser extension for Pacifist",
    "homepage_url": "https:\/\/www.charlessoft.com",
    "icons": {
        "48": "icons\/icon_48x48.png",
        "96": "icons\/icon_96x96.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging",
        ""
    ],
    "background": {
        "scripts": [
            "browser-shim.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon_48x48.png"
    },
    "protocol_handlers": [
        {
            "protocol": "web+pacifist",
            "name": "Pacifist Browser Extension",
            "uriTemplate": "external-command.html?c=%s"
        }
    ],
    "web_accessible_resources": [
        "listing.html",
        "listing.css",
        "listing.js",
        "pacifisthtml.js",
        "blank.gif",
        "tinyinflate.js",
        "uninstall.html",
        "uninstall.js"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0a1"
        }
    }
}