Ocular for Periscope.tv [BETA]
Ocular allows you to control and mute Periscope volume. More functionality to follow.
Hvad er Ocular for Periscope.tv [BETA]?
Ocular for Periscope.tv [BETA] er en Chrome-udvidelse udviklet af samgielis, og dens hovedfunktion er "Ocular allows you to control and mute Periscope volume. More functionality to follow.".
Udvidelsesskærmbilleder
Download Ocular for Periscope.tv [BETA]-udvidelses-CRX-fil
Download Ocular for Periscope.tv [BETA]-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Ocular allows you to control and mute Periscope volume. More functionality to follow.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jcamcagoghddgpcbhaighifcccckejie |
Officiel URL | https://chrome.google.com/webstore/detail/ocular-for-periscopetv-be/jcamcagoghddgpcbhaighifcccckejie |
Beskrivelse | Ocular allows you to control and mute Periscope volume. More functionality to follow. |
Filstørrelse | 106 KB |
Antal Installationer | 226 |
Nuværende Version | 0.1 |
Senest Opdateret | 2019-03-08 |
Udgivelsesdato | 2019-03-08 |
Bedømmelse | 4.29/5 Samlet 21 Bedømmelser |
Udvikler | samgielis |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |