Peacock TV Extended: boost your viewing
Boost your Peacock TV viewing experience: adjust speed, skip intros & recaps, hide spoilers.
Peacock TV Extended: boost your viewing란 무엇입니까?
Peacock TV Extended: boost your viewing은(는) BestChromeExtensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost your Peacock TV viewing experience: adjust speed, skip intros & recaps, hide spoilers."입니다.
확장 프로그램 스크린샷
Peacock TV Extended: boost your viewing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension to fast forward, skip over slow moments, and hide spoilers. Be in the driver's seat of your viewing experience! PeacockTV Extended is a great tool which unifies multiple functionalities in one easy-to-use extension and gives you more control over the PeacockTV platform. Now you're able to: - Speed up or slow down your playback speed - Skip recaps, intros, and fast forward ads for chosen titles - Hide Spoilers All you need to do is add the PeacockTV Extended extension to your browser, run the control panel, and enjoy watching content tailored to your personal viewing preferences. It's as simple as that! Disclaimer : Peacock TV is a trademark of NBCUniversal Television and Streaming. This website & extension hold no association or affiliation with Peacock TV or any third-party companies.
확장 프로그램 기본 정보
이름 | Peacock TV Extended: boost your viewing |
ID | apdjjeknkclfoompjjnoejmkgddjdnko |
공식 URL | https://chromewebstore.google.com/detail/peacock-tv-extended-boost/apdjjeknkclfoompjjnoejmkgddjdnko |
설명 | Boost your Peacock TV viewing experience: adjust speed, skip intros & recaps, hide spoilers. |
파일 크기 | 104 KB |
설치 횟수 | 818 |
현재 버전 | 1.4.7 |
최근 업데이트 | 2024-02-22 |
출시 날짜 | 2022-02-11 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | BestChromeExtensions |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://vodextended.com/ |
개인정보 보호 정책 페이지 URL | https://www.vodextended.com/privacy_policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Peacock TV Extended: boost your viewing", "description": "Boost your Peacock TV viewing experience: adjust speed, skip intros & recaps, hide spoilers.", "version": "1.4.7", "manifest_version": 3, "permissions": [ "scripting", "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.peacocktv.com\/*" ], "action": { "default_icon": "peacock-extended.png" }, "content_scripts": [ { "js": [ "options.js", "extensionEngine.js", "injectedEngine.js", "peacock.min.js" ], "css": [ "injected.css", "modalFrame.css", "otherCssFromExtension.css" ], "matches": [ "*:\/\/*.peacocktv.com\/*" ] } ], "icons": { "128": "peacock-extended.png" }, "web_accessible_resources": [ { "resources": [ "peacock-extended.png", "bubble.svg", "times-solid.svg" ], "matches": [ "*:\/\/*.peacocktv.com\/*" ] } ], "background": { "service_worker": "peacockExtensionBackground.js" } } |