Ocular for Periscope.tv [BETA]
Ocular allows you to control and mute Periscope volume. More functionality to follow.
什麼是Ocular for Periscope.tv [BETA]?
Ocular for Periscope.tv [BETA]是由samgielis開發的Chrome擴展程式,該擴展的主要功能是“Ocular allows you to control and mute Periscope volume. More functionality to follow.”。
擴展截圖
下載Ocular for Periscope.tv [BETA]擴展crx文件
下載Ocular for Periscope.tv [BETA]擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ocular allows you to control and mute Periscope volume. More functionality to follow.
擴展基本資訊
名稱 | |
ID | jcamcagoghddgpcbhaighifcccckejie |
官方網址 | https://chrome.google.com/webstore/detail/ocular-for-periscopetv-be/jcamcagoghddgpcbhaighifcccckejie |
簡介 | Ocular allows you to control and mute Periscope volume. More functionality to follow. |
檔案大小 | 106 KB |
安裝次數 | 226 |
目前版本 | 0.1 |
更新時間 | 2019-03-08 |
上架時間 | 2019-03-08 |
評分 | 4.29/5 共 21 次評分 |
開發者 | samgielis |
付費類型 | free |
支援的語言 | 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'" } |