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                     拡張機能の基本情報
| 名前 |   |  
| 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__"
    }
}  |  |