Bokoblin Extension

Donation companion for Kinstone Events. Track donations, view tiers, set budgets

Bokoblin Extensionとは何ですか?

Bokoblin Extensionはhttps://stone.moneyによって開発されたChromeの拡張機能で、その主な機能は「Donation companion for Kinstone Events. Track donations, view tiers, set budgets」です。

拡張機能のスクリーンショット

screenshot
screenshot

Bokoblin Extension拡張機能のCRXファイルをダウンロード

Bokoblin Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Kinstone Event Donation Companion!

This extension tracks your donations locally and allows you to budget your donations made through donate.zeldathon.com

In addition, there's some amazing quality of life features for all viewers: 
* Team highlights - Kinstone Team members are highlighted in chat with a triforce badge
* BLESS Blocker - Hide chat messages containing solely the word "BLESS"
* Supports FFZ!

Click the Bokoskull icon to find relevant information and how to set a budget.

What is Zeldathon and Side Quest?
A week of charity fundraising by playing Zelda titles!
Find out more at: zeldathon.com                    

拡張機能の基本情報

名前 Bokoblin Extension Bokoblin Extension
ID lpkoibgmidgpjhnlhnnccgekdiikpggi
公式URL https://chromewebstore.google.com/detail/bokoblin-extension/lpkoibgmidgpjhnlhnnccgekdiikpggi
説明 Donation companion for Kinstone Events. Track donations, view tiers, set budgets
ファイルサイズ 1.36 MB
インストール数 95
現在のバージョン 8.0.3
最終更新日 2023-07-03
公開日 2019-12-23
評価 5.00/5 合計 3 レビュー
開発者 https://stone.money
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://bokoblin.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bokoblin Extension",
    "version": "8.0.3",
    "manifest_version": 3,
    "description": "Donation companion for Kinstone Events. Track donations, view tiers, set budgets",
    "icons": {
        "16": "images\/icon_16.png",
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Bokoblin",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "html\/main.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "homepage_url": "http:\/\/bokoblin.com\/",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/alert.css"
            ],
            "js": [
                "js\/donatepage.js"
            ],
            "matches": [
                "https:\/\/donate.zeldathon.net\/*",
                "https:\/\/donate.zeldathon.com\/*"
            ]
        },
        {
            "css": [
                "css\/twitch.css"
            ],
            "js": [
                "js\/live.js"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/zeldathon",
                "https:\/\/www.twitch.tv\/Zeldathon",
                "https:\/\/www.twitch.tv\/ZELDATHON"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{9bbde512-1f9b-45dd-8ead-a9c80769a29c}"
        }
    }
}