YouTube Cinema
Expands cinema mode (click ▭) to display in maximal size.
ما هو YouTube Cinema؟
YouTube Cinema هو إضافة Chrome تم تطويرها بواسطة CheeseFrog، والميزة الرئيسية لها هي "Expands cinema mode (click ▭) to display in maximal size.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Cinema
قم بتنزيل ملفات الامتداد YouTube Cinema بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
No ads or telemetry.
Please consider donating (https://paypal.me/auyousef). معلومات أساسية عن التمديد
| الاسم | |
| ID | fplholpfmfpnhmppbamcakepnegffmhc |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-cinema/fplholpfmfpnhmppbamcakepnegffmhc |
| الوصف | Expands cinema mode (click ▭) to display in maximal size. |
| حجم الملف | 13.16 KB |
| عدد التثبيتات | 57 |
| النسخة الحالية | 1.60 |
| آخر تحديث | 2024-01-14 |
| تاريخ النشر | 2022-05-29 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | CheeseFrog |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube Cinema",
"version": "1.60",
"description": "Expands cinema mode (click \u25ad) to display in maximal size.",
"icons": {
"48": "icons\/ico48.png",
"96": "icons\/ico96.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"JS-Styler.js"
]
}
],
"action": {
"default_icon": "icons\/ico96.png",
"default_title": "YouTube Cinema",
"default_popup": "settings\/options.html"
},
"options_ui": {
"page": "settings\/options.html"
},
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
} | |