Netflix Auto Skip Intro
Automatically skip Netflix intros.
ما هو Netflix Auto Skip Intro؟
Netflix Auto Skip Intro هو إضافة Chrome تم تطويرها بواسطة ljknight، والميزة الرئيسية لها هي "Automatically skip Netflix intros.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netflix Auto Skip Intro
قم بتنزيل ملفات الامتداد Netflix Auto Skip Intro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Do you think you'll go crazy if you hear the Orange is the New Black intro song another time? Me too. Use this plugin to automatically skip Netflix intros so you don't have to lift a finger during your next binge sesh. New feature: automatically goes to next episode during credits countdown.
معلومات أساسية عن التمديد
الاسم | Netflix Auto Skip Intro |
ID | nnpjokeejpliankbgnjbjlkaloppehoi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/netflix-auto-skip-intro/nnpjokeejpliankbgnjbjlkaloppehoi |
الوصف | Automatically skip Netflix intros. |
حجم الملف | 20.15 KB |
عدد التثبيتات | 584 |
النسخة الحالية | 1.4 |
آخر تحديث | 2019-08-19 |
تاريخ النشر | 2019-08-18 |
تقييم | 2.29/5 مجموع تقييمات 7 |
المطور | ljknight |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Auto Skip Intro", "author": "Laura Knight", "version": "1.4", "description": "Automatically skip Netflix intros.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |