Hulu Ad Blocker
Automatically skip ads on Hulu. Working as Hulu Ad Blocker.
ما هو Hulu Ad Blocker؟
Hulu Ad Blocker هو إضافة Chrome تم تطويرها بواسطة Extension Master، والميزة الرئيسية لها هي "Automatically skip ads on Hulu. Working as Hulu Ad Blocker.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hulu Ad Blocker
قم بتنزيل ملفات الامتداد Hulu Ad Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hulu Adblock Skip ads on Hulu website. Fast Forwarding Ads on Hulu works as adblocker! Hulu Ad skipper quickly detects ads on Hulu then fast forwards them. Hulu Ad Blocker is working as an ad blocker for Hulu. Feature: Fast forward and skip ads Ad blocking by skipping ads Supports ads skipping ads in Hulu+Live recordings How to use Hulu Ad Skipper: 1. Install the extension 2. Play any video on Hulu's website 3. Done! It will automatically skip/block an ad. Please note that the extension won't work if skip button is not available. Disclaimer : Hulu is a trademark of Disney Media and Entertainment Distribution. This website & extension hold no association or affiliation with Hulu or any third-party companies.
معلومات أساسية عن التمديد
الاسم | |
ID | dgjppomomihdmmiefpaalenochdlhpdh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hulu-ad-blocker/dgjppomomihdmmiefpaalenochdlhpdh |
الوصف | Automatically skip ads on Hulu. Working as Hulu Ad Blocker. |
حجم الملف | 70.88 KB |
عدد التثبيتات | 2,564 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2022-07-22 |
تاريخ النشر | 2022-07-20 |
تقييم | 2.08/5 مجموع تقييمات 13 |
المطور | Extension Master |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://sites.google.com/view/az-email-extractor/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hulu Ad Blocker", "version": "1.0.0", "manifest_version": 3, "description": "Automatically skip ads on Hulu. Working as Hulu Ad Blocker.", "icons": { "16": "ICONs16.png", "48": "ICONs48.png", "128": "ICONs128.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.hulu.com\/*", "http:\/\/www.hulu.com\/*" ], "content_scripts": [ { "js": [ "main.js", "huluadblocker.min.js" ], "run_at": "document_end", "matches": [ "https:\/\/www.hulu.com\/*" ] } ] } |