Youtube float video
Youtube float video
ما هو Youtube float video؟
Youtube float video هو إضافة Chrome تم تطويرها بواسطة Anbarasan، والميزة الرئيسية لها هي "Youtube float video".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube float video
قم بتنزيل ملفات الامتداد Youtube float video بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Youtube float video inside page. While reading the comments in the youtube its usefull. This will enable video to float when you scolldown and read the comment sections. https://github.com/aanbarasan/youtube-float-video
معلومات أساسية عن التمديد
الاسم | |
ID | fjjgmpijonncbnieadbodomjifcoknpf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-float-video/fjjgmpijonncbnieadbodomjifcoknpf |
الوصف | Youtube float video |
حجم الملف | 595 KB |
عدد التثبيتات | 138 |
النسخة الحالية | 1.2.7 |
آخر تحديث | 2023-02-18 |
تاريخ النشر | 2020-08-07 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | Anbarasan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://anbarasanblog.blogspot.com/p/website-scripting-privacy-policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube float video", "short_name": "Helper", "description": "Youtube float video", "version": "1.2.7", "icons": { "16": "image\/16_icon.png", "48": "image\/48_icon.png", "128": "image\/128_icon.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "commonFunction.js", "content-script.js" ] } ], "options_page": "options_page.html", "action": { "default_title": "Youtube float video" }, "background": { "service_worker": "background.js" }, "manifest_version": 3 } |