Ocular for Periscope.tv [BETA]

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

O que é Ocular for Periscope.tv [BETA]?

Ocular for Periscope.tv [BETA] é uma extensão do Chrome desenvolvida por samgielis, e sua principal característica é "Ocular allows you to control and mute Periscope volume. More functionality to follow.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ocular for Periscope.tv [BETA]

Baixe arquivos de extensão Ocular for Periscope.tv [BETA] no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Ocular for Periscope.tv [BETA] Ocular for Periscope.tv [BETA]
ID jcamcagoghddgpcbhaighifcccckejie
URL Oficial https://chrome.google.com/webstore/detail/ocular-for-periscopetv-be/jcamcagoghddgpcbhaighifcccckejie
Descrição Ocular allows you to control and mute Periscope volume. More functionality to follow.
Tamanho do Arquivo 106 KB
Contagem de Instalações 226
Versão Atual 0.1
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 4.29/5 Total de 21 Avaliações
Desenvolvedor samgielis
Tipo de Pagamento free
Idiomas Suportados 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'"
}