Pacifist Web Extension

The browser extension for Pacifist

Qu'est-ce que Pacifist Web Extension ?

Pacifist Web Extension est une extension Chrome développée par charlesjs, et sa fonction principale est "The browser extension for Pacifist".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pacifist Web Extension

Téléchargez les fichiers d'extension Pacifist Web Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pacifist Web Extension Pacifist Web Extension
ID imfdjhbohopocgajlcadahkkjkmlminj
URL Officiel https://chromewebstore.google.com/detail/pacifist-web-extension/imfdjhbohopocgajlcadahkkjkmlminj
Description The browser extension for Pacifist
Taille du Fichier 35.44 KB
Nombre d'Installations 1,039
Version Actuelle 1.0.7
Dernière Mise à Jour 2021-11-07
Date de Publication 2021-11-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur charlesjs
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.charlessoft.com
Langues Prises en Charge 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"
        }
    }
}