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] هو إضافة Chrome تم تطويرها بواسطة samgielis، والميزة الرئيسية لها هي "Ocular allows you to control and mute Periscope volume. More functionality to follow.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ocular for Periscope.tv [BETA]
قم بتنزيل ملفات الامتداد Ocular for Periscope.tv [BETA] بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ocular allows you to control and mute Periscope volume. More functionality to follow.
معلومات أساسية عن التمديد
الاسم | |
ID | jcamcagoghddgpcbhaighifcccckejie |
عنوان URL الرسمي | 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'" } |