Ocular for Periscope.tv [BETA]
Ocular allows you to control and mute Periscope volume. More functionality to follow.
Apa itu Ocular for Periscope.tv [BETA]?
Ocular for Periscope.tv [BETA] adalah ekstensi Chrome yang dikembangkan oleh samgielis, dan fitur utamanya adalah "Ocular allows you to control and mute Periscope volume. More functionality to follow.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ocular for Periscope.tv [BETA]
Unduh file ekstensi Ocular for Periscope.tv [BETA] dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Ocular allows you to control and mute Periscope volume. More functionality to follow.
Informasi Dasar Ekstensi
Nama | |
ID | jcamcagoghddgpcbhaighifcccckejie |
URL Resmi | https://chrome.google.com/webstore/detail/ocular-for-periscopetv-be/jcamcagoghddgpcbhaighifcccckejie |
Deskripsi | Ocular allows you to control and mute Periscope volume. More functionality to follow. |
Ukuran File | 106 KB |
Jumlah Instalasi | 226 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2019-03-08 |
Tanggal Publikasi | 2019-03-08 |
Penilaian | 4.29/5 Total 21 Penilaian |
Pengembang | samgielis |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |