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"입니다.
확장 프로그램 스크린샷
Bokoblin Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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}" } } } |