Crunchyroll Party

Watch Crunchyroll videos with friends while chatting in perfect sync with Crunchyroll Watch Party

什么是Crunchyroll Party?

Crunchyroll Party是由http://crunchyrollparty.com开发的Chrome扩展程序,该扩展的主要功能是“Watch Crunchyroll videos with friends while chatting in perfect sync with Crunchyroll Watch Party”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Crunchyroll Party扩展crx文件

下载Crunchyroll Party扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        SWITCH TO THE INTRO-FREE CRUNCHYROLL WATCHING SPREE

Play your Crunchyroll content with your friends in accord! Get complete control of pause, rewind, and play in your hands. Crunchyroll Party is a revolutionary extension, allowing you to stream content in sync with your distant friends and family.

OVERVIEW:– 

Crunchyroll Party is a practical and easy-to-operate extension for anime fanatics. Furthermore, it's free to use and convenient to install. This extension lets you connect with your friends and anime clans overseas without hassles. The best feature of the extension is that you can pause, play, and rewind at any time you want. Hence, there is no chance that you will ever miss any of those roaring action scenes. When someone pauses the video, it will halt all the screens in the same virtual room. In addition, it has a spectacular feature, enabling you to skip the episode's introduction. Therefore, you can directly jump onto the incredible entertainment. You can access the "skip intro" feature from the options section. However, if the button does not appear, please refresh the page and check again. 

FEATURES AND FUNCTIONALITY:–

INSTALL THE EXTENSION
First and foremost, you must download the Crunchyroll party extension. You can install the extensions using Google Chrome or Microsoft Edge Browser. Therefore you can easily install this user-friendly extension and pin it to the toolbar. The extension operates flawlessly on Chromebooks, Macs, Laptops, and Windows devices. 

HOST A CRUNCHYROLL PARTY 
Now, click on the extension icon from the toolbar. A tab with "CREATE A WATCH PARTY" will open. Below that, you will see the "START A PARTY" button; click on that to generate the invitation URL. Next, you can share the URL with your far-flung friends and fellow animists. As a result, embark on a binge-watching marathon with your anime family.

HAVE A WATCH PARTY
Finally, use the link to join the virtual party. To do so, log in to your Crunchy-roll account first. Then, click on the URL that the host shared with you. NOTE: To join, all users must first install the extension.

HIGH DEFINITION RESOLUTION
HD is required to watch anime. Streaming anime at a low resolution kills the buzz. As a result, Crunchyroll has excellent video quality that you will enjoy. You may now enjoy the privilege of watching HD video material for free. Furthermore, all of your videos will buffer quickly.

SYNCHRONIZATION 
It makes no difference where you or your loved ones are. You can stream videos simultaneously with them. The plugin allows you to establish flawless watch parties that are in sync. As a result, sync is preserved, whether skipping or pausing. As a result, you can all watch in real-time.

GLOBAL ACCESSIBILITY
The most excellent part is that it is completely free to host a Crunchyroll watch party with your friends. Furthermore, this extension is accessible from anywhere on the planet. As a result, you can binge-watch with your loved ones from anywhere on the planet. However, please ensure that Crunchy videos is available in your location or nation to organize. Members can also utilize the VPN service to alter their location and stream in sync with the rest of the clan. 

PRIVACY:–  
We are just as concerned about your safety as you are. As a result, we don't save any of your information, and there's no need to sign up. All of the content you stream is entirely secure. Therefore, this tool is safe to use because it does not infringe on your privacy.                    

扩展基本信息

名称 Crunchyroll Party Crunchyroll Party
ID pdamfbmflbpkcogfplepifmegocfahkl
官方URL https://chrome.google.com/webstore/detail/crunchyroll-party/pdamfbmflbpkcogfplepifmegocfahkl
简介 Watch Crunchyroll videos with friends while chatting in perfect sync with Crunchyroll Watch Party
文件大小 151 KB
安装次数 788
当前版本 0.0.2
更新时间 2022-03-03
上架时间 2022-02-06
评分 5.00/5 共20次评分
开发者 http://crunchyrollparty.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://crunchyrollparty.com/
帮助页面URL https://crunchyrollparty.com/
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.0.2",
    "permissions": [
        "tabs",
        "webNavigation",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.crunchyroll.com\/"
    ],
    "action": {
        "default_icon": "128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.svg",
                "web\/*",
                "contentScript.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.join-room.com\/*"
            ],
            "js": [
                "join-room.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.crunchyroll.com\/*",
                "http:\/\/*.crunchyroll.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.join-room.com\/*"
        ]
    }
}