Spitation Extension

Soyez au courant quand votre streameur préféré commence à streamer!

什么是Spitation Extension?

Spitation Extension是由Zygger开发的Chrome扩展程序,该扩展的主要功能是“Soyez au courant quand votre streameur préféré commence à streamer!”。

下载Spitation Extension扩展crx文件

下载Spitation Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Voici l'extension de Spitation ! Télécharge là et soit au courant quand il stream.

Tu seras au courant grâce à l'icône qui passe en couleur quand il sera ON !
Juste un clique sur l'icône et tu seras redirigé vers son stream.                    

扩展基本信息

名称 Spitation Extension Spitation Extension
ID fapcjmpeikbacdjlghlebalpcifangfh
官方URL https://chrome.google.com/webstore/detail/spitation-extension/fapcjmpeikbacdjlghlebalpcifangfh
简介 Soyez au courant quand votre streameur préféré commence à streamer!
文件大小 62.69 KB
安装次数 15
当前版本 2.4.5
更新时间 2016-10-02
上架时间 2016-10-02
评分 5.00/5 共4次评分
开发者 Zygger
电子邮箱 [email protected]
付费类型 free
支持的语言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spitation Extension",
    "description": "Soyez au courant quand votre streameur pr\u00e9f\u00e9r\u00e9 commence \u00e0 streamer!",
    "version": "2.4.5",
    "background": {
        "scripts": [
            "parameters.js",
            "btnlive.js",
            "chrome.js"
        ]
    },
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "iconoff48.png"
    },
    "icons": {
        "16": "iconoff16.png",
        "48": "iconoff48.png",
        "128": "iconoff128.png"
    }
}