YouTube Extra 1
Move,Rotate,Zoom Video
ما هو YouTube Extra 1؟
YouTube Extra 1 هو إضافة Chrome تم تطويرها بواسطة anovsiradj، والميزة الرئيسية لها هي "Move,Rotate,Zoom Video".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Extra 1
قم بتنزيل ملفات الامتداد YouTube Extra 1 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension add custom controls on player to allow Move,Rotate,Zoom Video.
معلومات أساسية عن التمديد
الاسم | |
ID | fbjmohjgkmpnngocnabbacbhlclfikib |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-extra-1/fbjmohjgkmpnngocnabbacbhlclfikib |
الوصف | Move,Rotate,Zoom Video |
حجم الملف | 24.33 KB |
عدد التثبيتات | 38 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2020-12-11 |
تاريخ النشر | 2020-12-11 |
المطور | anovsiradj |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/anovsiradj/ytextra1/ |
عنوان صفحة المساعدة | https://github.com/anovsiradj/ytextra1/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Extra 1", "description": "Move,Rotate,Zoom Video", "icons": { "32": "icons\/favicon_32.png", "48": "icons\/favicon_48.png", "96": "icons\/favicon_96.png", "144": "icons\/favicon_144.png" }, "version": "0.0.1", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "manifest_version": 2 } |