Netflix with Elapsed Time
Netflix with Elapsed Time displays the elapsed time from the beginning.
ما هو Netflix with Elapsed Time؟
Netflix with Elapsed Time هو إضافة Chrome تم تطويرها بواسطة Joseph Mpo Yeti، والميزة الرئيسية لها هي "Netflix with Elapsed Time displays the elapsed time from the beginning.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netflix with Elapsed Time
قم بتنزيل ملفات الامتداد Netflix with Elapsed Time بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Netflix with Elapsed Time displays the elapsed time from the beginning. If it does not work from the start, simply reload the page. It will only work when actually watching a video. Please, rate and leave a review if you like this extension. I would also appreciate any feedback on how to give you a better experience.
معلومات أساسية عن التمديد
الاسم | |
ID | knglmjodeneocikihhehegeifgabkjfa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/netflix-with-elapsed-time/knglmjodeneocikihhehegeifgabkjfa |
الوصف | Netflix with Elapsed Time displays the elapsed time from the beginning. |
حجم الملف | 25.48 KB |
عدد التثبيتات | 1,067 |
النسخة الحالية | 2.2.0 |
آخر تحديث | 2024-01-12 |
تاريخ النشر | 2020-07-04 |
تقييم | 4.23/5 مجموع تقييمات 13 |
المطور | Joseph Mpo Yeti |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Netflix with Elapsed Time", "version": "2.2.0", "author": "Joseph Mpo Yeti", "description": "Netflix with Elapsed Time displays the elapsed time from the beginning.", "host_permissions": [ "https:\/\/www.netflix.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "all_frames": true, "js": [ "scripts\/main.js" ], "css": [ "styles\/main.css" ] } ], "action": { "default_title": "Netflix with Elapsed Time", "default_icon": { "512": "img\/icon512.png" } }, "icons": { "64": "img\/icon64.png", "128": "img\/icon128.png", "512": "img\/icon512.png" } } |