Ocular for Periscope.tv [BETA]

Ocular allows you to control and mute Periscope volume. More functionality to follow.

Ocular for Periscope.tv [BETA]とは何ですか?

Ocular for Periscope.tv [BETA]はsamgielisによって開発されたChromeの拡張機能で、その主な機能は「Ocular allows you to control and mute Periscope volume. More functionality to follow.」です。

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

screenshot
screenshot
screenshot

Ocular for Periscope.tv [BETA]拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Ocular allows you to control and mute Periscope volume. More functionality to follow.                    

拡張機能の基本情報

名前 Ocular for Periscope.tv [BETA] Ocular for Periscope.tv [BETA]
ID jcamcagoghddgpcbhaighifcccckejie
公式URL https://chrome.google.com/webstore/detail/ocular-for-periscopetv-be/jcamcagoghddgpcbhaighifcccckejie
説明 Ocular allows you to control and mute Periscope volume. More functionality to follow.
ファイルサイズ 106 KB
インストール数 226
現在のバージョン 0.1
最終更新日 2019-03-08
公開日 2019-03-08
評価 4.29/5 合計 21 レビュー
開発者 samgielis
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ocular for Periscope.tv [BETA]",
    "description": "Ocular allows you to control and mute Periscope volume. More functionality to follow.",
    "version": "0.1",
    "author": "Sam Gielis",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/*.periscope.tv\/w\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.periscope.tv\/w\/*"
            ],
            "js": [
                "ocular.js"
            ],
            "css": [
                ".\/css\/ocular.css",
                ".\/css\/fonts.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "ocular.js",
        ".\/css\/ocular.css",
        ".\/css\/*",
        "\/fonts\/*.woff2"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}