Ocular for Periscope.tv [BETA]
Ocular allows you to control and mute Periscope volume. More functionality to follow.
Cos'è Ocular for Periscope.tv [BETA]?
Ocular for Periscope.tv [BETA] è un'estensione di Chrome sviluppata da samgielis, e la sua funzione principale è "Ocular allows you to control and mute Periscope volume. More functionality to follow.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ocular for Periscope.tv [BETA]
Scarica i file di estensione Ocular for Periscope.tv [BETA] in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Ocular allows you to control and mute Periscope volume. More functionality to follow.
Informazioni di Base sull'Estensione
Nome | |
ID | jcamcagoghddgpcbhaighifcccckejie |
URL Ufficiale | https://chrome.google.com/webstore/detail/ocular-for-periscopetv-be/jcamcagoghddgpcbhaighifcccckejie |
Descrizione | Ocular allows you to control and mute Periscope volume. More functionality to follow. |
Dimensione del File | 106 KB |
Conteggio Installazioni | 226 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 4.29/5 Totale 21 Valutazioni |
Sviluppatore | samgielis |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |