Cinema Theme For YouTube
This extension allows the user to view the youtube video in Cinema experience.
ما هو Cinema Theme For YouTube؟
Cinema Theme For YouTube هو إضافة Chrome تم تطويرها بواسطة Allohost، والميزة الرئيسية لها هي "This extension allows the user to view the youtube video in Cinema experience.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cinema Theme For YouTube
قم بتنزيل ملفات الامتداد Cinema Theme For YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cinema Theme For YouTube With this simple extension you will be able to use your screen when watching YouTube videos in Cinema mode. feel the cinema with Cinema Theme For YouTube
معلومات أساسية عن التمديد
الاسم | |
ID | nfhepcgcmgdaennlnipbmccneldpfafm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/cinema-theme-for-youtube/nfhepcgcmgdaennlnipbmccneldpfafm |
الوصف | This extension allows the user to view the youtube video in Cinema experience. |
حجم الملف | 239 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 2.1 |
آخر تحديث | 2018-10-07 |
تاريخ النشر | 2018-10-07 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Allohost |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://search.starsurf.net |
عنوان صفحة المساعدة | http://search.starsurf.net |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cinema Theme For YouTube", "description": "This extension allows the user to view the youtube video in Cinema experience.", "version": "2.1", "author": "Starsurf", "browser_action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "default_title": "Theatre Mode" }, "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "storage", "tabs" ] } |