12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "$schema": "https://schemas.premid.app/metadata/1.12",
- "apiVersion": 1,
- "author": {
- "name": "KohnoseLami",
- "id": "1180088441459978261"
- },
- "contributors": [],
- "service": "U-NEXT",
- "altnames": [
- "ユーネクスト"
- ],
- "description": {
- "en": "U-NEXT, operated by U-NEXT Corporation, a subsidiary of U-NEXT HOLDINGS, is a leading Japanese streaming platform offering over-the-top (OTT) content. As of May 2024, it boasts approximately 4.34 million paying subscribers, making it the largest homegrown video-on-demand (VOD) service in Japan.",
- "ja_JP": "U-NEXTは、U-NEXT HOLDINGS子会社の株式会社U-NEXTが運営する、日本のOTTコンテンツ・プラットフォーム。有料会員数は2024年5月時点で約434万人で、国産のVODサービスとしては最大手。"
- },
- "url": [
- "video.unext.jp",
- "unext.jp"
- ],
- "version": "1.0.1",
- "logo": "https://cdn.rcd.gg/PreMiD/websites/U/U-NEXT/assets/logo.png",
- "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/U/U-NEXT/assets/thumbnail.png",
- "color": "#000000",
- "category": "videos",
- "tags": [
- "u-next",
- "video",
- "media"
- ],
- "settings": [
- {
- "id": "lang",
- "multiLanguage": true
- },
- {
- "id": "privacy",
- "title": "Privacy Mode",
- "icon": "fad fa-user-secret",
- "value": false
- },
- {
- "id": "usePresenceName",
- "title": "Show Title as Presence",
- "icon": "fad fa-user-edit",
- "value": true,
- "if": {
- "privacy": false
- }
- },
- {
- "id": "showBrowsingStatus",
- "title": "Show Browsing Status",
- "icon": "fad fa-book-reader",
- "value": true
- },
- {
- "id": "showCover",
- "if": {
- "privacy": false
- },
- "title": "Show Cover",
- "icon": "fas fa-images",
- "value": true
- },
- {
- "id": "showMovies",
- "title": "Show Movies",
- "icon": "fad fa-camera-movie",
- "value": true
- },
- {
- "id": "showSeries",
- "title": "Show Series",
- "icon": "fad fa-film",
- "value": true
- },
- {
- "id": "showSmallImages",
- "title": "Show Small Images",
- "icon": "fad fa-pause",
- "value": true
- },
- {
- "id": "timestamp",
- "title": "Show Timestamps",
- "icon": "fad fa-stopwatch",
- "value": true,
- "if": {
- "privacy": false
- }
- }
- ]
- }
|