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
Eメール [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\/*"
        ]
    }
}