Backstairs Game House

藍藍幫大勝利

Backstairs Game House là gì?

Backstairs Game House là một tiện ích mở rộng Chrome được phát triển bởi kakapon.tw, và tính năng chính của nó là "藍藍幫大勝利".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Backstairs Game House

Tải xuống các tệp mở rộng Backstairs Game House dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        # Backstairs-Game-House

方便大家取得貝克各項資訊及資源(礦鎬)

### 線上版本:
- [GitHub](https://github.com/kakapontw/Backstairs-Game-House)

### 目前包含:
- Facebook、Youtube、Discord等等相關資訊連結
- ~~圖奇開台通知~~ (1.0.1版移除此功能)
- 聊天室資訊
- 提供礦鎬 (自動點擊"光頭點數"額外獎勵)

### 使用者隱私聲明:
此插件沒有蒐集任何使用者資訊

### 相關授權:
使用MIT授權條款

此專案有使用:
* [jQuery](https://jquery.com/)
* [Bootstrap](https://getbootstrap.com/)
* [Moment.js](https://momentjs.com/)
* [tmi.js](https://www.tmijs.org/)
* [arrive.js](https://github.com/uzairfarooq/arrive)
* [Papa Parse](https://www.papaparse.com/)

* 貝克台相關素材已取得使用許可
* Link icon made by Freepik from www.flaticon.com, licensed under CC BY 3.0
* Notification icon made by Darius Dan from www.flaticon.com, licensed under CC BY 3.0

### 更新資訊:
1.0.1
終止開台通知服務,來因應以下變更
1. 舊版 Twitch API v5 已棄用,並計劃於 2022/02/28 停用

1.0.0
此為第一版                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Backstairs Game House Backstairs Game House
ID gnbahblccifcgnfejjijlmjcidfookfh
URL Chính Thức https://chromewebstore.google.com/detail/backstairs-game-house/gnbahblccifcgnfejjijlmjcidfookfh
Mô tả 藍藍幫大勝利
Kích Thước Tệp 1.37 MB
Số Lần Cài Đặt 1,046
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-02-14
Ngày Phát Hành 2021-10-16
Đánh Giá 5.00/5 Tổng số 29 Đánh Giá
Nhà Phát Triển kakapon.tw
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kakapontw/Backstairs-Game-House
Ngôn Ngữ Được Hỗ Trợ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Backstairs Game House",
    "description": "\u85cd\u85cd\u5e6b\u5927\u52dd\u5229",
    "version": "1.0.1",
    "permissions": [
        "alarms",
        "storage",
        "notifications",
        "webNavigation",
        "*:\/\/*.twitch.tv\/*",
        "https:\/\/spreadsheets.google.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "\/js\/arrive.js",
                "\/js\/points-clicker.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "\u5b88\u6642\u662f\u6211\u7684\u5ea7\u53f3\u9298",
        "default_icon": "\/img\/j8.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/icon\/icon16.png",
        "48": "\/icon\/icon48.png",
        "128": "\/icon\/icon128.png"
    }
}