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
官方網址 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\/*"
        ]
    }
}