Timtoobias Live

Soyez toujours au courant des lives & vidéos de votre streameur Dofus préféré

Timtoobias Liveとは何ですか?

Timtoobias LiveはHector Lachambreによって開発されたChromeの拡張機能で、その主な機能は「Soyez toujours au courant des lives & vidéos de votre streameur Dofus préféré」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Soyez notifié si Timtoobias démarre une diffusion Twitch ou si une nouvelle vidéo Youtube est publiée, de plus vous pourrez y accéder depuis l'extension.                    

拡張機能の基本情報

名前 Timtoobias Live Timtoobias Live
ID lomhkkpmgdgjimlhedaoojeciicaflap
公式URL https://chromewebstore.google.com/detail/timtoobias-live/lomhkkpmgdgjimlhedaoojeciicaflap
説明 Soyez toujours au courant des lives & vidéos de votre streameur Dofus préféré
ファイルサイズ 185 KB
インストール数 23
現在のバージョン 2.0.2
最終更新日 2019-03-21
公開日 2019-03-21
評価 5.00/5 合計 8 レビュー
開発者 Hector Lachambre
支払い方法 free
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timtoobias Live",
    "version": "2.0.2",
    "description": "Soyez toujours au courant des lives & vid\u00e9os de votre streameur Dofus pr\u00e9f\u00e9r\u00e9",
    "permissions": [
        "huzlive.hectorlachambre.pro\/*",
        "activeTab",
        "notifications",
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/tim_logo16.png",
            "32": "images\/tim_logo32.png",
            "48": "images\/tim_logo48.png",
            "128": "images\/tim_logo128.png"
        }
    },
    "icons": {
        "16": "images\/tim_logo16.png",
        "32": "images\/tim_logo32.png",
        "48": "images\/tim_logo48.png",
        "128": "images\/tim_logo128.png"
    },
    "manifest_version": 2
}