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)
Qu'est-ce que Advent of Code Telegram Bot ?
Advent of Code Telegram Bot est une extension Chrome développée par pixelBlind, et sa fonction principale est "Save your private leaderboards as you browse and then use bots to display those scores on Telegram (@AoC_update_bot)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Advent of Code Telegram Bot
Téléchargez les fichiers d'extension Advent of Code Telegram Bot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Advent of Code Telegram Bot |
ID | hhdgeepenncmfmdoidnjpnhmpmgndank |
URL Officiel | https://chromewebstore.google.com/detail/advent-of-code-telegram-b/hhdgeepenncmfmdoidnjpnhmpmgndank |
Description | Save your private leaderboards as you browse and then use bots to display those scores on Telegram (@AoC_update_bot) |
Taille du Fichier | 12.65 KB |
Nombre d'Installations | 28 |
Version Actuelle | 0.0.0.2 |
Dernière Mise à Jour | 2020-12-19 |
Date de Publication | 2020-12-14 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | pixelBlind |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |