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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pixelBlind และคุณลักษณะหลักของมันคือ "Save your private leaderboards as you browse and then use bots to display those scores on Telegram (@AoC_update_bot)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Advent of Code Telegram Bot
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |