Anime Watch Parties

A cross-platform extension that synchronizes videos on major anime websites.

Anime Watch Partiesคืออะไร?

Anime Watch Parties เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dragicafit และคุณลักษณะหลักของมันคือ "A cross-platform extension that synchronizes videos on major anime websites."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anime Watch Parties

ดาวน์โหลดไฟล์ส่วนขยาย Anime Watch Parties ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to enjoy your favorite anime on Crunchyroll, Funimation, Wakanim or ADN with your friends.

Just create a room using the icon in the top right corner and share the generated url.

/!\ This extension does not work properly when an ad is displayed.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Anime Watch Parties Anime Watch Parties
ID goinehmnmhnoaepodbngfgdgjeibgelh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anime-watch-parties/goinehmnmhnoaepodbngfgdgjeibgelh
คำอธิบาย A cross-platform extension that synchronizes videos on major anime websites.
ขนาดไฟล์ 1.91 MB
จำนวนการติดตั้ง 1,897
เวอร์ชันปัจจุบัน 0.4.10
อัปเดตครั้งล่าสุด 2023-01-30
วันที่เผยแพร่ 2021-09-19
คะแนน 3.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Dragicafit
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://animewatchparties.com/
URL หน้าช่วยเหลือ https://github.com/Dragicafit/Anime-Watch-Parties/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anime Watch Parties",
    "description": "A cross-platform extension that synchronizes videos on major anime websites.",
    "version": "0.4.10",
    "author": "Dragicafit",
    "icons": {
        "16": "src\/icons\/activate16.png",
        "48": "src\/icons\/activate48.png",
        "128": "src\/icons\/icon128.png"
    },
    "homepage_url": "https:\/\/animewatchparties.com",
    "permissions": [
        "https:\/\/www.wakanim.tv\/*\/episode\/*",
        "https:\/\/www.crunchyroll.com\/*\/*",
        "https:\/\/static.crunchyroll.com\/*",
        "https:\/\/beta.crunchyroll.com\/*\/watch\/*",
        "https:\/\/api.crunchyroll.com\/*",
        "https:\/\/www.funimation.com\/*\/shows\/*",
        "https:\/\/www.funimation.com\/v\/*",
        "https:\/\/animedigitalnetwork.fr\/video\/*",
        "https:\/\/awp.moe\/*",
        "activeTab",
        "tabs",
        "webNavigation",
        "cookies",
        "storage"
    ],
    "optional_permissions": [
        "https:\/\/animationdigitalnetwork.fr\/video\/*"
    ],
    "background": {
        "scripts": [
            "src\/background-scripts\/background.bundle.js"
        ]
    },
    "browser_action": {
        "default_title": "Anime Watch Parties",
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "src\/icons\/desactivate16.png",
            "24": "src\/icons\/desactivate24.png",
            "32": "src\/icons\/desactivate32.png"
        }
    },
    "web_accessible_resources": [
        "src\/web-accessible-resources\/js\/player.bundle.js",
        "src\/web-accessible-resources\/chat\/js\/chat.bundle.js"
    ]
}