Crunchyroll Party

Watch Crunchyroll Videos In Sync With Your Friends

Τι είναι το Crunchyroll Party;

Το Crunchyroll Party είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://crunchyrollwatchparty.com, και η κύρια λειτουργία του είναι "Watch Crunchyroll Videos In Sync With Your Friends".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Crunchyroll Party

Λήψη αρχείων επέκτασης Crunchyroll Party σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Crunchyroll Party - Anime & Manga Watch Party Extension

Description:

Turn your anime and manga viewing into an unforgettable experience with the Crunchyroll Party extension! Whether you're a seasoned otaku or just getting started, this Chrome Web Store extension is designed to enhance your Crunchyroll adventure in exciting ways.

Key Features:

🎉 Crunchyroll Watch Party: Invite your friends to watch your favorite anime and manga series together in perfect sync! No more lonely nights of binge-watching – enjoy the thrill of shared excitement as you laugh, cry, and gasp at every twist and turn.

🔄 Watch In Sync: Say goodbye to the frustration of syncing your Crunchyroll episodes manually. Crunchyroll Party ensures everyone is on the same page, delivering a seamless and harmonized viewing experience.

💬 Live Chat: Engage with your fellow fans in real-time with our built-in chat feature. Share your thoughts, theories, and reactions as you watch. It's like having your own anime club right in your browser!

🎨 Customize Your Experience: Tailor your Watch Party to suit your preferences. Adjust settings, such as selecting user icons and chat visibility, to create a personalized viewing environment.

📺 Stream Anime and Manga Together In Sync: Whether it's the latest episode of your favorite series or the hottest manga chapter, Watch Party supports both anime and manga. Immerse yourself in the worlds of your choice alongside friends and fellow fans.

With Crunchyroll Party, the thrill of watching anime and manga becomes a shared adventure. Create memories, discuss plot twists, and connect with like-minded fans in real-time, all while enjoying the highest quality streams from Crunchyroll. Elevate your experience today!

Install the Crunchyroll Party extension and start your anime and manga watch parties now. It's time to unite and celebrate the world of anime like never before. Get ready to watch, chat, and sync with Party! 🌟                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Crunchyroll Party Crunchyroll Party
ID doiccohjdlfcjejcpoddcolekfgipkna
Επίσημο URL https://chromewebstore.google.com/detail/crunchyroll-party/doiccohjdlfcjejcpoddcolekfgipkna
Περιγραφή Watch Crunchyroll Videos In Sync With Your Friends
Μέγεθος Αρχείου 1.35 MB
Αριθμός Εγκαταστάσεων 8,000
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-10-12
Ημερομηνία Δημοσίευσης 2023-10-11
Αξιολόγηση 4.74/5 Συνολικά 50 Αξιολογήσεις
Προγραμματιστής https://crunchyrollwatchparty.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.crunchyrollwatchparty.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.crunchyrollwatchparty.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.crunchyrollwatchparty.com/privacy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.0",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png",
        "32": "img\/32.png",
        "16": "img\/16.png"
    },
    "action": {
        "default_icon": "img\/128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.crunchyroll.com\/*",
                "http:\/\/*.crunchyroll.com\/*"
            ],
            "js": [
                "content\/index.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content\/contentScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.crunchyrollwatchparty.com\/*"
            ],
            "js": [
                "chrunchyroll.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "https:\/\/*.crunchyroll.com\/"
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/contentScript.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "chrunchyroll.js"
            ],
            "matches": [
                "https:\/\/www.crunchyrollwatchparty.com\/*"
            ]
        },
        {
            "resources": [
                "chat\/index.html",
                "content\/index.js",
                "content\/videoController.js"
            ],
            "matches": [
                "https:\/\/*.crunchyroll.com\/*",
                "http:\/\/*.crunchyroll.com\/*"
            ]
        }
    ]
}