Fork Pay

Pay for bitcoin transactions with your favourite fork.

Что такое Fork Pay?

Fork Pay - это расширение Chrome, разработанное http://forkpay.net, и его основная функция - "Pay for bitcoin transactions with your favourite fork.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Fork Pay

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

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

                        Pay your Bitcoin bills with your favourite crypto currency!                    

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

Название Fork Pay Fork Pay
ID aghknfeghpcdcnalgcjadfcelpgnagjg
Официальный URL https://chrome.google.com/webstore/detail/fork-pay/aghknfeghpcdcnalgcjadfcelpgnagjg
Описание Pay for bitcoin transactions with your favourite fork.
Размер файла 68.41 KB
Количество установок 18
Текущая Версия 0.5.4
Последнее Обновление 2015-12-04
Дата публикации 2015-12-04
Рейтинг 3.00/5 Всего 1 оценок
Разработчик http://forkpay.net
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fork Pay",
    "version": "0.5.4",
    "manifest_version": 2,
    "description": "Pay for bitcoin transactions with your favourite fork.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "https:\/\/coinomat.com\/"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "css": [
                "bubble.css",
                "popup.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery.qrcode.min.js",
                "def_list.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "bubble.html",
        "bubble.css",
        "popup.html",
        "popup.css",
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}