Crunchyroll Full Screen, All The Time
Keeps fullscreen, even after autoplay. Click on a show, click on the toggle button, and press F11, and enjoy your binge.
Crunchyroll Full Screen, All The Time란 무엇입니까?
Crunchyroll Full Screen, All The Time은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keeps fullscreen, even after autoplay. Click on a show, click on the toggle button, and press F11, and enjoy your binge."입니다.
확장 프로그램 스크린샷
Crunchyroll Full Screen, All The Time 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever get annoyed that Crunchyroll exits full screen when autoplaying the next episode? This will stop that. Just get to a show, click on the extension "toggle binge mode" button, and you can binge in peace, without having to click the fullscreen button every time.
확장 프로그램 기본 정보
이름 | Crunchyroll Full Screen, All The Time |
ID | aebamgnddkjifkidngamjohhgkfholmj |
공식 URL | https://chromewebstore.google.com/detail/crunchyroll-full-screen-a/aebamgnddkjifkidngamjohhgkfholmj |
설명 | Keeps fullscreen, even after autoplay. Click on a show, click on the toggle button, and press F11, and enjoy your binge. |
파일 크기 | 35.02 KB |
설치 횟수 | 3,977 |
현재 버전 | 0.5 |
최근 업데이트 | 2019-09-14 |
출시 날짜 | 2019-09-13 |
평점 | 4.15/5 총 26 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crunchyroll Full Screen, All The Time", "version": "0.5", "description": "Keeps fullscreen, even after autoplay. Click on a show, click on the toggle button, and press F11, and enjoy your binge.", "content_scripts": [ { "matches": [ "https:\/\/www.crunchyroll.com\/*\/*", "http:\/\/www.crunchyroll.com\/*\/*" ], "js": [ "jquery-3.4.1.min.js", "content.js" ] } ], "browser_action": { "default_title": "Crunchyroll Fullscreen", "default_popup": "popup.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistant": false } } |