Ocular for Periscope.tv [BETA]
Ocular allows you to control and mute Periscope volume. More functionality to follow.
Qu'est-ce que Ocular for Periscope.tv [BETA] ?
Ocular for Periscope.tv [BETA] est une extension Chrome développée par samgielis, et sa fonction principale est "Ocular allows you to control and mute Periscope volume. More functionality to follow.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ocular for Periscope.tv [BETA]
Téléchargez les fichiers d'extension Ocular for Periscope.tv [BETA] au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Ocular allows you to control and mute Periscope volume. More functionality to follow.
Informations de Base sur l'Extension
Nom | |
ID | jcamcagoghddgpcbhaighifcccckejie |
URL Officiel | 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. |
Taille du Fichier | 106 KB |
Nombre d'Installations | 226 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 4.29/5 Total 21 Évaluations |
Développeur | samgielis |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |