View Streams!

Finally, a stream browsing extension that you have the power to control.

View Streams!とは何ですか?

View Streams!はBriouxによって開発されたChromeの拡張機能で、その主な機能は「Finally, a stream browsing extension that you have the power to control.」です。

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

screenshot

View Streams!拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A Twitch.tv stream browsing extension that allows you to quickly find an enjoyable stream for any game.  This stream browser brings you new level of control and customizability.  Search for your favorite games to show or just browse popular games.  Change skins or create your own.

Regardless of if you're watching League of Legends, Dota 2, Rocket League, or any other game -- We've got you covered.                    

拡張機能の基本情報

名前 View Streams! View Streams!
ID caohgnfajjlomaolfpidhohnikmankjm
公式URL https://chromewebstore.google.com/detail/view-streams/caohgnfajjlomaolfpidhohnikmankjm
説明 Finally, a stream browsing extension that you have the power to control.
ファイルサイズ 574 KB
インストール数 21
現在のバージョン 1.0.5
最終更新日 2016-09-20
公開日 2016-09-19
評価 5.00/5 合計 1 レビュー
開発者 Brioux
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.5",
    "name": "View Streams!",
    "description": "Finally, a stream browsing extension that you have the power to control.",
    "icons": {
        "16": "css\/img\/icon_16x16.png",
        "48": "css\/img\/icon_48x48.png",
        "128": "css\/img\/icon_128x128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/api.twitch.tv\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "options_page": "options.html"
}