Ocular for Periscope.tv [BETA]
Ocular allows you to control and mute Periscope volume. More functionality to follow.
What is Ocular for Periscope.tv [BETA]?
Ocular for Periscope.tv [BETA] is a Chrome extension developed by samgielis, and its main feature is "Ocular allows you to control and mute Periscope volume. More functionality to follow.".
Extension Screenshots
Download Ocular for Periscope.tv [BETA] Extension CRX File
Download Ocular for Periscope.tv [BETA] extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Ocular allows you to control and mute Periscope volume. More functionality to follow.
Extension Basic Information
Name | |
ID | jcamcagoghddgpcbhaighifcccckejie |
Official URL | https://chrome.google.com/webstore/detail/ocular-for-periscopetv-be/jcamcagoghddgpcbhaighifcccckejie |
Description | Ocular allows you to control and mute Periscope volume. More functionality to follow. |
File Size | 106 KB |
Installation Count | 226 |
Current Version | 0.1 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 4.29/5 Total 21 Ratings |
Developer | samgielis |
Payment Type | free |
Supported Languages | 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'" } |