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
官方網址 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
電子郵箱 [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
}