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
电子邮箱 [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\/*"
    ]
}