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.
O que é Crunchyroll Full Screen, All The Time?
Crunchyroll Full Screen, All The Time é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Keeps fullscreen, even after autoplay. Click on a show, click on the toggle button, and press F11, and enjoy your binge.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Crunchyroll Full Screen, All The Time
Baixe arquivos de extensão Crunchyroll Full Screen, All The Time no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Crunchyroll Full Screen, All The Time |
ID | aebamgnddkjifkidngamjohhgkfholmj |
URL Oficial | https://chromewebstore.google.com/detail/crunchyroll-full-screen-a/aebamgnddkjifkidngamjohhgkfholmj |
Descrição | Keeps fullscreen, even after autoplay. Click on a show, click on the toggle button, and press F11, and enjoy your binge. |
Tamanho do Arquivo | 35.02 KB |
Contagem de Instalações | 3,977 |
Versão Atual | 0.5 |
Última Atualização | 2019-09-14 |
Data de Publicação | 2019-09-13 |
Classificação | 4.15/5 Total de 26 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |