Netflix AutoSkip: Skip intro and outro
In Netflix, Automatically skip the intro & Play the next episode without waiting
Netflix AutoSkip: Skip intro and outroคืออะไร?
Netflix AutoSkip: Skip intro and outro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dev.White และคุณลักษณะหลักของมันคือ "In Netflix, Automatically skip the intro & Play the next episode without waiting"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix AutoSkip: Skip intro and outro
ดาวน์โหลดไฟล์ส่วนขยาย Netflix AutoSkip: Skip intro and outro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Recently updated with UI changes in 'Netflix', all features of the app work properly. (Last update: 2020.07.04) Essential Apps for "Netflix binge watching" !! - Skip intro&recap directly without the need to click the skip button. - Play directly without waiting for the next episode. ! Refresh of Netflix page is required after installation --- - 3.4 version - Optimize performance - 3.3 version - bug fixes - 3.2 version - Modifications made to changes to the UI of the Netflix webpage - 3.1 version - Intermittent bug fixes. (Stop after skip) - 3.0 version - Remove 'recap episode skip' (not recap) - Bug fix - 2.2 version - Bug fix - 2.1 version - Add tooltip, 'Recap' and 'Recap Episode' - 2.0 version - Change the way you set up (dropdown > on off switch) - Add "Skip Recap" - 1.0 version - It is no longer necessary to refresh after changing the settings. - Change Style. - Optimize performance. - 0.5 version - Fix minor bugs. - Optimize performance.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Netflix AutoSkip: Skip intro and outro |
ID | pfcombngcgnehkbdoafkhdcfdmklboai |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/netflix-autoskip-skip-int/pfcombngcgnehkbdoafkhdcfdmklboai |
คำอธิบาย | In Netflix, Automatically skip the intro & Play the next episode without waiting |
ขนาดไฟล์ | 396 KB |
จำนวนการติดตั้ง | 12,068 |
เวอร์ชันปัจจุบัน | 3.4 |
อัปเดตครั้งล่าสุด | 2020-07-06 |
วันที่เผยแพร่ | 2020-02-09 |
คะแนน | 2.42/5 รวมทั้งหมด 59 คะแนน |
ผู้พัฒนา | Dev.White |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix AutoSkip: Skip intro and outro", "short_name": "Netflix AutoSkip", "version": "3.4", "manifest_version": 2, "description": "In Netflix, Automatically skip the intro & Play the next episode without waiting", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.netflix.com\/*", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "js\/watch.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |