Advent of Code Telegram Bot

Save your private leaderboards as you browse and then use bots to display those scores on Telegram (@AoC_update_bot)

Advent of Code Telegram Bot là gì?

Advent of Code Telegram Bot là một tiện ích mở rộng Chrome được phát triển bởi pixelBlind, và tính năng chính của nó là "Save your private leaderboards as you browse and then use bots to display those scores on Telegram (@AoC_update_bot)".

Ả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 Advent of Code Telegram Bot

Tải xuống các tệp mở rộng Advent of Code Telegram Bot 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

                        Every time you visit a private leaderboard on the official Advent of Code website, scores are sent to our Bot which then sends the latest updates to your private or group chat on Telegram.

This extension + Telegram bot (@AoC_update_bot) were made to help us display updates in our private Telegram group where we discuss everything Advent of Code related.                    

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

Tên Advent of Code Telegram Bot Advent of Code Telegram Bot
ID hhdgeepenncmfmdoidnjpnhmpmgndank
URL Chính Thức https://chromewebstore.google.com/detail/advent-of-code-telegram-b/hhdgeepenncmfmdoidnjpnhmpmgndank
Mô tả Save your private leaderboards as you browse and then use bots to display those scores on Telegram (@AoC_update_bot)
Kích Thước Tệp 12.65 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2020-12-19
Ngày Phát Hành 2020-12-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển pixelBlind
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dino Borg",
    "name": "Advent of Code Telegram Bot",
    "version": "0.0.0.2",
    "description": "Save your private leaderboards as you browse and then use bots to display those scores on Telegram (@AoC_update_bot)",
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                "http:\/\/adventofcode.com\/*",
                "https:\/\/adventofcode.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/aoc_16.png",
        "32": "images\/aoc_32.png",
        "48": "images\/aoc_48.png",
        "128": "images\/aoc_128.png"
    },
    "manifest_version": 2
}