Disney plus intro skipper
skips intro Disney plus intro if does not work sorry for that but i wont fix it :)
Disney plus intro skipper란 무엇입니까?
Disney plus intro skipper은(는) lork6에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)"입니다.
확장 프로그램 스크린샷
Disney plus intro skipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Skips intro in Disney plus by clicking the skip intro button. The extension works in the background so you dont have to do anything. The extension works only on disney plus.
확장 프로그램 기본 정보
이름 | Disney plus intro skipper |
ID | eagfmcaogjlblkinepdnkipedhbladjj |
공식 URL | https://chromewebstore.google.com/detail/disney-plus-intro-skipper/eagfmcaogjlblkinepdnkipedhbladjj |
설명 | skips intro Disney plus intro if does not work sorry for that but i wont fix it :) |
파일 크기 | 3.21 KB |
설치 횟수 | 40 |
현재 버전 | 1.3 |
최근 업데이트 | 2022-06-22 |
출시 날짜 | 2022-06-21 |
개발자 | lork6 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disney plus intro skipper", "description": "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)", "version": "1.3", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.disneyplus.com\/*\/video\/*", "https:\/\/www.disneyplus.com\/video\/*" ], "js": [ "disney.js" ] } ] } |