Streaming enhanced Netflix Disney Prime Video
Automatically skip Ads, Intros, Credits and add Speed Control, etc. on Netflix, Prime video, Disney+ & Hotstar and Crunchyroll.
Streaming enhanced Netflix Disney Prime Videoคืออะไร?
Streaming enhanced Netflix Disney Prime Video เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dreamliner และคุณลักษณะหลักของมันคือ "Automatically skip Ads, Intros, Credits and add Speed Control, etc. on Netflix, Prime video, Disney+ & Hotstar and Crunchyroll."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Streaming enhanced Netflix Disney Prime Video
ดาวน์โหลดไฟล์ส่วนขยาย Streaming enhanced Netflix Disney Prime Video ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can configure which feature to enable in the Settings Page. ✨ Features On Netflix, Prime Video, Disney+ & Hotstar and Crunchyroll it automatically: • Skips Intros & Recaps • Skip/Watch Credits • Skips Ads • Shows TMDB Rating • Add playback speed control • Improve subtitle styling • Plays on Fullscreen In addition to the Shared features: On Netflix, it also automatically: • Picks last used profile • Blocks Inactivity Warning (Are you still watching?) On Amazon Prime Video, it also automatically: • Skips Self-promoting ads (Ads for prime video productions) • Filters paid content (movies, series) • Removes annoying blur when hovering over video On Crunchyroll it automatically: • Adds Filters to Release Calendar Android: Prime Video and Disney+(in Desktop mode) are supported on Android. Netflix does not work on Android. To use on Android Phone. Download [Kiwi Browser](https://play.google.com/store/apps/details?id=com.kiwibrowser.browser) or a similar App to be able to install the chrome addon. ☔ Safe The extension is open-sourced! Check (https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip) out if you want to contribute. 💕 Enjoying Streaming enhanced? Leave a 5 star review! Reviews help build trust and attract new users! Buy me a coffee (https://paypal.me/MarvinKrebber). Disclaimer Netflix, Amazon Prime video and Disney+ are trademarks and the author of this addon is not affiliated with these companies.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Streaming enhanced Netflix Disney Prime Video |
ID | akaimhgappllmlkadblbdknhbfghdgle |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/streaming-enhanced-netfli/akaimhgappllmlkadblbdknhbfghdgle |
คำอธิบาย | Automatically skip Ads, Intros, Credits and add Speed Control, etc. on Netflix, Prime video, Disney+ & Hotstar and Crunchyroll. |
ขนาดไฟล์ | 82.97 KB |
จำนวนการติดตั้ง | 5,000 |
เวอร์ชันปัจจุบัน | 1.0.88 |
อัปเดตครั้งล่าสุด | 2024-02-11 |
วันที่เผยแพร่ | 2022-08-08 |
คะแนน | 4.97/5 รวมทั้งหมด 31 คะแนน |
ผู้พัฒนา | Dreamliner |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip |
ภาษาที่รองรับ | de,en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.0.88", "homepage_url": "https:\/\/github.com\/Dreamlinerm\/Netflix-Prime-Auto-Skip", "icons": { "16": "icons\/NetflixAmazon Auto-Skip--16.png", "48": "icons\/NetflixAmazon Auto-Skip--48.png", "96": "icons\/NetflixAmazon Auto-Skip--96.png", "128": "icons\/NetflixAmazon Auto-Skip--128.png", "400": "icons\/NetflixAmazon Auto-Skip--400.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.primevideo.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.netflix.com\/*", "*:\/\/*.netflix.ca\/*", "*:\/\/*.netflix.com.au\/*", "*:\/\/*.disneyplus.com\/*", "*:\/\/*.hotstar.com\/*", "*:\/\/*.crunchyroll.com\/*" ], "js": [ "skipper.js" ] }, { "all_frames": true, "js": [ "cr.js" ], "matches": [ "https:\/\/static.crunchyroll.com\/vilos-v2\/web\/vilos\/player.html*" ] } ], "permissions": [ "storage" ], "action": { "default_icon": { "16": "icons\/NetflixAmazon Auto-Skip--16.png", "48": "icons\/NetflixAmazon Auto-Skip--48.png", "96": "icons\/NetflixAmazon Auto-Skip--96.png", "128": "icons\/NetflixAmazon Auto-Skip--128.png", "400": "icons\/NetflixAmazon Auto-Skip--400.png" }, "default_title": "__MSG_extensionName__", "default_popup": "popup\/popup.html" }, "background": { "service_worker": "badge.js" }, "options_page": "popup\/settings.html", "default_locale": "en" } |