12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "$schema": "https://schemas.premid.app/metadata/1.13",
- "apiVersion": 1,
- "author": {
- "name": "N0chteil ^^",
- "id": "495901098926669825"
- },
- "service": "SyncTube",
- "description": {
- "en": "A simple platform where you can create rooms, manage permissions and chat while watching YouTube videos synchronized with your friends.",
- "nl": "Een eenvoudig platform waar je kamers kunt aanmaken, rechten kunt beheren en kunt chatten terwijl je samen met je vrienden gesynchroniseerde YouTube-video's bekijkt."
- },
- "url": "sync-tube.de",
- "version": "2.0.22",
- "logo": "https://cdn.rcd.gg/PreMiD/websites/S/SyncTube/assets/logo.png",
- "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/S/SyncTube/assets/thumbnail.png",
- "color": "#381010",
- "category": "other",
- "tags": [
- "youtube"
- ],
- "iframe": true,
- "iFrameRegExp": ".*",
- "settings": [
- {
- "id": "privacy",
- "title": "Privacy Mode",
- "icon": "fad fa-user-secret",
- "value": false
- },
- {
- "id": "moreDetails",
- "title": "Show video details",
- "icon": "fas fa-file-video",
- "value": true
- },
- {
- "id": "timeElapsed",
- "title": "Show elapsed time",
- "icon": "fad fa-hourglass-half",
- "value": true
- },
- {
- "id": "showButtons",
- "title": "Show buttons",
- "icon": "fas fa-compress-arrows-alt",
- "value": true
- },
- {
- "id": "logo",
- "title": "Icon",
- "icon": "fad fa-icons",
- "value": 0,
- "values": [
- "With text",
- "Icon"
- ]
- }
- ]
- }
|