Ocular for Periscope.tv [BETA]
Ocular allows you to control and mute Periscope volume. More functionality to follow.
Was ist Ocular for Periscope.tv [BETA]?
Ocular for Periscope.tv [BETA] ist eine Chrome-Erweiterung, die von samgielis entwickelt wurde, und ihr Hauptmerkmal ist "Ocular allows you to control and mute Periscope volume. More functionality to follow.".
Erweiterungsscreenshots
Ocular for Periscope.tv [BETA]-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ocular for Periscope.tv [BETA]-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Ocular allows you to control and mute Periscope volume. More functionality to follow.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jcamcagoghddgpcbhaighifcccckejie |
Offizielle URL | https://chrome.google.com/webstore/detail/ocular-for-periscopetv-be/jcamcagoghddgpcbhaighifcccckejie |
Beschreibung | Ocular allows you to control and mute Periscope volume. More functionality to follow. |
Dateigröße | 106 KB |
Installationsanzahl | 226 |
Aktuelle Version | 0.1 |
Letztes Update | 2019-03-08 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 4.29/5 Insgesamt 21 Bewertungen |
Entwickler | samgielis |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |