Akytio Live Extension

Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible

Akytio Live Extensionとは何ですか?

Akytio Live ExtensionはMikaelによって開発されたChromeの拡張機能で、その主な機能は「Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible」です。

拡張機能のスクリーンショット

screenshot
screenshot

Akytio Live Extension拡張機能のCRXファイルをダウンロード

Akytio Live Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Ne ratez plus aucunes vidéos et streams de Akytio grâce à cette extension ! 
Téléchargez l'extension pour Google Chrome, l'icône changera et vous recevrez une notification dès qu'un live sera lancé ou qu'une nouvelle vidéo est disponible !                    

拡張機能の基本情報

名前 Akytio Live Extension Akytio Live Extension
ID dpnlamefhphdpnclagpadfiblpbidaop
公式URL https://chromewebstore.google.com/detail/akytio-live-extension/dpnlamefhphdpnclagpadfiblpbidaop
説明 Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible
ファイルサイズ 1.55 MB
インストール数 131
現在のバージョン 1.2.5
最終更新日 2020-12-18
公開日 2020-04-18
評価 5.00/5 合計 1 レビュー
開発者 Mikael
Eメール [email protected]
支払い方法 free
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Morales Mikael",
    "name": "Akytio Live Extension",
    "description": "Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible",
    "version": "1.2.5",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "img\/icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/utils\/jquery.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "config\/config.json"
    ],
    "permissions": [
        "notifications",
        "storage",
        "background",
        "https:\/\/api.twitch.tv\/*",
        "https:\/\/www.googleapis.com\/youtube\/v3\/*",
        "https:\/\/i.ytimg.com\/*"
    ]
}