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とは何ですか?

Advent of Code Telegram BotはpixelBlindによって開発されたChromeの拡張機能で、その主な機能は「Save your private leaderboards as you browse and then use bots to display those scores on Telegram (@AoC_update_bot)」です。

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

screenshot

Advent of Code Telegram Bot拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Advent of Code Telegram Bot Advent of Code Telegram Bot
ID hhdgeepenncmfmdoidnjpnhmpmgndank
公式URL https://chromewebstore.google.com/detail/advent-of-code-telegram-b/hhdgeepenncmfmdoidnjpnhmpmgndank
説明 Save your private leaderboards as you browse and then use bots to display those scores on Telegram (@AoC_update_bot)
ファイルサイズ 12.65 KB
インストール数 28
現在のバージョン 0.0.0.2
最終更新日 2020-12-19
公開日 2020-12-14
評価 5.00/5 合計 3 レビュー
開発者 pixelBlind
Eメール [email protected]
支払い方法 free
対応言語 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
}