Accropolis
Cette extension vous informe dès qu'un live est en cours !
什麼是Accropolis?
Accropolis是由https://accropolis.fr開發的Chrome擴展程式,該擴展的主要功能是“Cette extension vous informe dès qu'un live est en cours !”。
擴展截圖
下載Accropolis擴展crx文件
下載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 |
官方網址 | 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__" } } |