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
Eメール [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"
    }
}