Crunchyroll MAX: All in one solution!

Watch with Friends, Filler Lookup, Theater Mode, Playback Speed, Better Queue, Hide Spoilers, skip intros & outros and More!!!

O que é Crunchyroll MAX: All in one solution!?

Crunchyroll MAX: All in one solution! é uma extensão do Chrome desenvolvida por EasyFind, e sua principal característica é "Watch with Friends, Filler Lookup, Theater Mode, Playback Speed, Better Queue, Hide Spoilers, skip intros & outros and More!!!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Crunchyroll MAX: All in one solution!

Baixe arquivos de extensão Crunchyroll MAX: All in one solution! 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

                        Crunchyroll MAX is an all in one solution for you anime binging needs!
 
Tons of desired features with many more on the way this extension is a necessity for any Otaku!

Features:

» Dark Mode - Want to feel like Alucard but you can't because of the almost holy-white light surrounding the video? Become the Vampire of your dreams with the all new DARK MODE! Turn on/off Dark Mode via the extension drop down. 

» Watch Queue - Ready to catch up with all your favorite weekly anime? Use "Watch Queue" to create your playlist of individual anime episodes in your preferred order and let the marathon commence! 

» Intro/Outro Skip (currently closed beta) - A community driven feature that will allow you to enter the times for Intro Start/Stop and Outro Start/Stop for any anime you're currently watching. You are not required to enter all the times, any single submission will work just as well, however the more accurate the information the better the feature will work. Simply click the "time icon" at the top right to choose from 3 Skip Modes.
    1) Default - This mode shows the skip button when the times are available for that episode.
    2) Audio Only Intro/Outro - Love the intro song but hate seeing the next villain 50 episodes in 
         advance? Enable the audio only so you can enjoy the music without fear of ruining plots. 
    3) Auto Skip Intro/Outro - Enable the auto skip feature and never see an intro/outro again 

» Seasonal Progress - Gave your friend your password temporarily and now he watched the entire new season of Attack on Titan? Don't manually rewind, just go to the Season and Select "All" or "Custom" to mark episodes as "Watched" or "Unwatched". And change your Crunchyroll password!

» Watch Party - Watch with your friends or complete strangers! Simply create a room and enter a lobby with anyone who knows the name of your room. A user friendly chat window is provided so you can scream in unison at your favorite anime moments!

» Personalized Queue System - Want to separate your "favorites" from your "watch that laters"? Create virtually unlimited folders and sort them to your own liking. No more endless scrolling to find that old favorite. You can now also save your folders as bookmarks on your favorite browser for quick access.

» Spoiler Blur - Hate seeing thumbnails, descriptions and names of the next episode? Stay in constant blissful surprise by turning off "Show Spoilers". Never again will your binge be ruined by seeing your favorite character be killed in the thumbnail.

» Playback Speed - Don't have all the time in the world? No worries! Control the play back speed and watch your favorite animes as fast as Minato Namikaze! Your playback speed will be saved so you'll always stay at your prefered speed of choice.

» Fillers - Are you a Manga Buff? Do you only believe in Canons? Say no more! With Crunchyroll++ each episode will advise on whether it's a Canon, Filler or Mixed. *Coming Soon all Fillers will be automatically hidden and skipped.

» Removed dimmed overlay and play button! - Hate seeing that gigantic play button over the entire video for an eternity? Wish granted.

» Yokatta! - Don't believe that dubs should exist? Hide them all away and let the sweet sounds of Nippon fill your ears!

» Sort Preference - About to start One Piece for the first time? Don't scroll 1000 times. Sort any show from oldest to newest so you're always watching in the right order.

» Theater Mode - With times the way they are, Crunchyroll++ brings the Theater to your home! Press F11 to enter Theater Mode with no full screen exit. Watch an entire season of Demon Slayer in one night!

» Forward/Rewind - Press CTRL + Right or CTRL + Left arrow to skip 30 seconds or simply click the forward/rewind buttons. Press S to skip 90 seconds and ALT+S to go back 90 seconds!

» You can also click on the extension to disable watch party/theater/into/outro/dark mode or enable the Show Spoiler to un-blur the thumbnails and descriptions.

If you enjoy the extension please don't hesitate to buy me a coffee!                    

Informações Básicas da Extensão

Nome Crunchyroll MAX: All in one solution! Crunchyroll MAX: All in one solution!
ID ffdhianjpjcbgnaoaakicoccpdddaepk
URL Oficial https://chrome.google.com/webstore/detail/crunchyroll-max-all-in-on/ffdhianjpjcbgnaoaakicoccpdddaepk
Descrição Watch with Friends, Filler Lookup, Theater Mode, Playback Speed, Better Queue, Hide Spoilers, skip intros & outros and More!!!
Tamanho do Arquivo 168 KB
Contagem de Instalações 3,000
Versão Atual 4.0.0
Última Atualização 2021-06-19
Data de Publicação 2021-01-03
Classificação 4.42/5 Total de 33 Avaliações
Desenvolvedor EasyFind
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://www.buymeacoffee.com/crunchyroll
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crunchyroll MAX: All in one solution!",
    "version": "4.0.0",
    "manifest_version": 2,
    "description": "Watch with Friends, Filler Lookup, Theater Mode, Playback Speed, Better Queue, Hide Spoilers, skip intros & outros and More!!!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "\/icons\/icon48.png",
        "default_popup": "\/page\/popup.html",
        "default_title": "Crunchyroll MAX Settings"
    },
    "permissions": [
        "storage",
        "*:\/\/*.easyfind.app\/*"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.crunchyroll.com\/*"
            ],
            "css": [
                "css\/tippy.css",
                "css\/ballon.css",
                "css\/switch.css",
                "css\/spoilers.css",
                "css\/app.css"
            ],
            "js": [
                "js\/popper.js",
                "js\/tippy.js",
                "js\/switch.js",
                "js\/socket.js",
                "js\/sortable.js",
                "js\/collect.js",
                "js\/fuse.js",
                "js\/app.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "css\/*.css",
        "\/js\/*.js",
        "page\/*.js",
        "images\/*.*"
    ]
}