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)
Co to jest Advent of Code Telegram Bot?
Advent of Code Telegram Bot to rozszerzenie Chrome opracowane przez pixelBlind, a jego główną funkcją jest „Save your private leaderboards as you browse and then use bots to display those scores on Telegram (@AoC_update_bot)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Advent of Code Telegram Bot
Pobierz pliki rozszerzeń Advent of Code Telegram Bot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Advent of Code Telegram Bot |
ID | hhdgeepenncmfmdoidnjpnhmpmgndank |
Oficjalny URL | https://chromewebstore.google.com/detail/advent-of-code-telegram-b/hhdgeepenncmfmdoidnjpnhmpmgndank |
Opis | Save your private leaderboards as you browse and then use bots to display those scores on Telegram (@AoC_update_bot) |
Rozmiar pliku | 12.65 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 0.0.0.2 |
Ostatnia Aktualizacja | 2020-12-19 |
Data Publikacji | 2020-12-14 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | pixelBlind |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |