Show Cricket Full Screen
This extension allows the user to show the control bar on cricket live Australia.
ما هو Show Cricket Full Screen؟
Show Cricket Full Screen هو إضافة Chrome تم تطويرها بواسطة jdunlop467، والميزة الرئيسية لها هي "This extension allows the user to show the control bar on cricket live Australia.".
تحميل ملف CRX للإضافة Show Cricket Full Screen
قم بتنزيل ملفات الامتداد Show Cricket Full Screen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
By pressing the button when on the cricket live Australia stream, the controls on the video will show up and you can then make the video full screen. credit: N.Lloyd - Lead Strategist J.Hall - Contemplation Catalyst
معلومات أساسية عن التمديد
الاسم | |
ID | mpiccempphmmkbcapkpdckdoedpolobj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/show-cricket-full-screen/mpiccempphmmkbcapkpdckdoedpolobj |
الوصف | This extension allows the user to show the control bar on cricket live Australia. |
حجم الملف | 131 KB |
عدد التثبيتات | 135 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-12-13 |
تاريخ النشر | 2017-12-13 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | jdunlop467 |
نوع الدفع | free |
موقع الإضافة | http://www.meatyboys.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show Cricket Full Screen", "description": "This extension allows the user to show the control bar on cricket live Australia.", "version": "1.0", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage" ] } |