Pacifist Web Extension

The browser extension for Pacifist

Cos'è Pacifist Web Extension?

Pacifist Web Extension è un'estensione di Chrome sviluppata da charlesjs, e la sua funzione principale è "The browser extension for Pacifist".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pacifist Web Extension

Scarica i file di estensione Pacifist Web Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pacifist Web Extension Pacifist Web Extension
ID imfdjhbohopocgajlcadahkkjkmlminj
URL Ufficiale https://chromewebstore.google.com/detail/pacifist-web-extension/imfdjhbohopocgajlcadahkkjkmlminj
Descrizione The browser extension for Pacifist
Dimensione del File 35.44 KB
Conteggio Installazioni 1,039
Versione Corrente 1.0.7
Ultimo Aggiornamento 2021-11-07
Data di Pubblicazione 2021-11-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore charlesjs
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.charlessoft.com
Lingue Supportate 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"
        }
    }
}