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文件
下載Crunchyroll Full Screen, All The Time擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } } |