Anime Watch Parties
A cross-platform extension that synchronizes videos on major anime websites.
Anime Watch Parties란 무엇입니까?
Anime Watch Parties은(는) Dragicafit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A cross-platform extension that synchronizes videos on major anime websites."입니다.
확장 프로그램 스크린샷
Anime Watch Parties 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |