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은(는) Dev.White에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "In Netflix, Automatically skip the intro & Play the next episode without waiting"입니다.
확장 프로그램 스크린샷
Netflix AutoSkip: Skip intro and outro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |