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'"
}