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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}