Bokoblin Extension

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

What is Bokoblin Extension?

Bokoblin Extension is a Chrome extension developed by https://stone.money, and its main feature is "Donation companion for Kinstone Events. Track donations, view tiers, set budgets".

Extension Screenshots

screenshot
screenshot

Download Bokoblin Extension Extension CRX File

Download Bokoblin Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Bokoblin Extension Bokoblin Extension
ID lpkoibgmidgpjhnlhnnccgekdiikpggi
Official URL https://chromewebstore.google.com/detail/bokoblin-extension/lpkoibgmidgpjhnlhnnccgekdiikpggi
Description Donation companion for Kinstone Events. Track donations, view tiers, set budgets
File Size 1.36 MB
Installation Count 95
Current Version 8.0.3
Last Updated 2023-07-03
Publish Date 2019-12-23
Rating 5.00/5 Total 3 Ratings
Developer https://stone.money
Email [email protected]
Payment Type free
Extension Website http://bokoblin.com/
Supported Languages 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}"
        }
    }
}