Accropolis
Cette extension vous informe dès qu'un live est en cours !
Accropolisคืออะไร?
Accropolis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://accropolis.fr และคุณลักษณะหลักของมันคือ "Cette extension vous informe dès qu'un live est en cours !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Accropolis
ดาวน์โหลดไฟล์ส่วนขยาย Accropolis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ne ratez plus aucun live d'Accropolis ! Un simple icône s'ajoute à votre navigateur, à côté de la barre d'adresse, et devient verte quand la chaîne est en direct. Vous n'avez plus qu'à cliquer dessus pour vous rendre directement sur la chaîne Twitch d'Accropolis ! http://Accropolis.fr
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Accropolis |
ID | mhncadmiacfmkolcclpdbfnbjgadnhmg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/accropolis/mhncadmiacfmkolcclpdbfnbjgadnhmg |
คำอธิบาย | Cette extension vous informe dès qu'un live est en cours ! |
ขนาดไฟล์ | 12.69 KB |
จำนวนการติดตั้ง | 188 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2020-03-31 |
วันที่เผยแพร่ | 2020-03-31 |
คะแนน | 5.00/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | https://accropolis.fr |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://accropolis.fr |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_title__", "version": "1.3", "default_locale": "fr", "description": "__MSG_description__", "icons": { "48": "icons\/accropolis48.png", "96": "icons\/accropolis96.png" }, "permissions": [ "notifications" ], "background": { "scripts": [ "lib\/browser-polyfill.js", "main.js" ] }, "browser_action": { "default_icon": "icons\/accropolis96.png", "default_title": "__MSG_title__" } } |