Twitch && Youtube spoiler-free
No more spoilers watching TWITCH VODS and YOUTUBE videos. Enjoy watching twitch vods and youtube videos by preventing spoilers…
Twitch && Youtube spoiler-free란 무엇입니까?
Twitch && Youtube spoiler-free은(는) Adrián Arbizu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No more spoilers watching TWITCH VODS and YOUTUBE videos. Enjoy watching twitch vods and youtube videos by preventing spoilers…"입니다.
확장 프로그램 스크린샷
Twitch && Youtube spoiler-free 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
No more spoilers watching TWITCH VODS and YOUTUBE videos. Enjoy watching twitch vods and youtube videos by preventing spoilers ruining the experience of matches or tournaments. Twitch, features: - Hide timebar - Hide video duration. - Hide related videos thumbnails images and timestamps - Added new video controls, navigate quick and easy with them avoiding spoilers! NOTE: If thumbnails are showing at https://twitch.tv/[channel]/videos press F5 to refresh Youtube features: - Hide timebar - Hide video duration. - Hide related videos thumbnails images - Added new video controls, navigate quick and easy with them avoiding spoilers! Easy configuration with extension's popup menu Share your experience at the Chrome Store and rate Twitch Vod Spoiler Free extension Extension made by Adrián Arbizu Donoso (Spain). Framework used: Angular 12.
확장 프로그램 기본 정보
이름 | Twitch && Youtube spoiler-free |
ID | knllbjmieejiihihaecdhamhcfadaadc |
공식 URL | https://chromewebstore.google.com/detail/twitch-youtube-spoiler-fr/knllbjmieejiihihaecdhamhcfadaadc |
설명 | No more spoilers watching TWITCH VODS and YOUTUBE videos. Enjoy watching twitch vods and youtube videos by preventing spoilers… |
파일 크기 | 242 KB |
설치 횟수 | 465 |
현재 버전 | 1.6.0 |
최근 업데이트 | 2021-08-12 |
출시 날짜 | 2020-07-05 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | Adrián Arbizu |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 3, "name": "Twitch && Youtube spoiler-free", "version": "1.6.0", "background": { "service_worker": "service-worker.js" }, "action": { "default_title": "Hide Spoilers!", "default_popup": "index.html#\/popup" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/youtube-js.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "js\/twitch-js.js" ], "run_at": "document_end" } ], "icons": { "128": "assets\/iconSpoilerFree.png" }, "permissions": [ "storage", "tabs" ], "web_accessible_resources": [ { "resources": [ "js\/twitch-remove-duration-end.js" ], "matches": [ "https:\/\/www.twitch.tv\/*" ] } ], "short_name": "TWVODFREE", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |