Ocular for Periscope.tv [BETA]
Ocular allows you to control and mute Periscope volume. More functionality to follow.
Ocular for Periscope.tv [BETA] là gì?
Ocular for Periscope.tv [BETA] là một tiện ích mở rộng Chrome được phát triển bởi samgielis, và tính năng chính của nó là "Ocular allows you to control and mute Periscope volume. More functionality to follow.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ocular for Periscope.tv [BETA]
Tải xuống các tệp mở rộng Ocular for Periscope.tv [BETA] dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Ocular allows you to control and mute Periscope volume. More functionality to follow.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jcamcagoghddgpcbhaighifcccckejie |
URL Chính Thức | https://chrome.google.com/webstore/detail/ocular-for-periscopetv-be/jcamcagoghddgpcbhaighifcccckejie |
Mô tả | Ocular allows you to control and mute Periscope volume. More functionality to follow. |
Kích Thước Tệp | 106 KB |
Số Lần Cài Đặt | 226 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 4.29/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | samgielis |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |