Netflix Episode Shuffle
Play a random episode of a Netflix TV Show.
ما هو Netflix Episode Shuffle؟
Netflix Episode Shuffle هو إضافة Chrome تم تطويرها بواسطة sajalv128، والميزة الرئيسية لها هي "Play a random episode of a Netflix TV Show.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netflix Episode Shuffle
قم بتنزيل ملفات الامتداد Netflix Episode Shuffle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When you don't care which episode of your favourite TV series you want to watch, because any one of them is better than the others! Click on the TV series, and then click on the Extension's button. A random episode of that TV series will be played. [Demo](https://user-images.githubusercontent.com/25904133/239355302-9ce7b70d-9194-4702-a558-e4c941f59d11.gif)
معلومات أساسية عن التمديد
الاسم | Netflix Episode Shuffle |
ID | lndeoibbeadhignkdegpiiaehliimpgf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/netflix-episode-shuffle/lndeoibbeadhignkdegpiiaehliimpgf |
الوصف | Play a random episode of a Netflix TV Show. |
حجم الملف | 25.21 KB |
عدد التثبيتات | 264 |
النسخة الحالية | 0.1 |
آخر تحديث | 2023-05-19 |
تاريخ النشر | 2022-10-09 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | sajalv128 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/sajalverma17/NetflixEpisodeShuffle |
عنوان صفحة المساعدة | https://github.com/sajalverma17/NetflixEpisodeShuffle |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Episode Shuffle", "description": "Play a random episode of a Netflix TV Show.", "version": "0.1", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "icons": { "16": "images\/red-shuffle.png", "48": "images\/red-shuffle.png", "128": "images\/red-shuffle.png" }, "action": { "default_icon": { "16": "images\/red-shuffle.png", "48": "images\/red-shuffle.png", "128": "images\/red-shuffle.png" }, "default_title": "Shuffle this TV Show!" }, "background": { "service_worker": "background.js", "type": "module" } } |