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ファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |