Pacifist Web Extension

The browser extension for Pacifist

Что такое Pacifist Web Extension?

Pacifist Web Extension - это расширение Chrome, разработанное charlesjs, и его основная функция - "The browser extension for Pacifist".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Pacifist Web Extension

Скачайте файлы расширений Pacifist Web Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Pacifist Web Extension Pacifist Web Extension
ID imfdjhbohopocgajlcadahkkjkmlminj
Официальный URL https://chromewebstore.google.com/detail/pacifist-web-extension/imfdjhbohopocgajlcadahkkjkmlminj
Описание The browser extension for Pacifist
Размер файла 35.44 KB
Количество установок 1,039
Текущая Версия 1.0.7
Последнее Обновление 2021-11-07
Дата публикации 2021-11-06
Рейтинг 5.00/5 Всего 1 оценок
Разработчик charlesjs
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.charlessoft.com
Поддерживаемые языки 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"
        }
    }
}