12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "$schema": "https://schemas.premid.app/metadata/1.12",
- "apiVersion": 1,
- "author": {
- "id": "705490775932403795",
- "name": "jordaar"
- },
- "service": "movie-web",
- "description": {
- "en": "The place for your favorite movies & shows"
- },
- "url": [
- "watch.qtchaos.de",
- "mw.lonelil.com",
- "mw.lonelil.ru",
- "scootydooter.vercel.app",
- "movie-web-me.vercel.app",
- "www.vidbinge.com",
- "vidbinge.app",
- "movies.levrx.lol",
- "www.essential.wtf",
- "streamerflix.xyz",
- "envyflix.xyz",
- "sunnymovies.site",
- "pseudo-flix.pro",
- "movie-web.x",
- "sudo-flix.rip"
- ],
- "regExp": "(dev[.])?(movie-web[.]app)",
- "version": "1.1.7",
- "logo": "https://cdn.rcd.gg/PreMiD/websites/M/movie-web/assets/logo.png",
- "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/M/movie-web/assets/thumbnail.png",
- "color": "#533670",
- "category": "videos",
- "tags": [
- "movies",
- "shows",
- "anime",
- "streaming",
- "movie-web"
- ],
- "settings": [
- {
- "id": "watch",
- "title": "Show Watch Button",
- "icon": "fad fa-eye",
- "value": true
- },
- {
- "id": "timestamp",
- "title": "Show Timestamp",
- "icon": "fad fa-timer",
- "value": true
- },
- {
- "id": "progress",
- "title": "Show Progress Bar",
- "icon": "fad fa-bars-progress",
- "value": true
- },
- {
- "id": "barLength",
- "if": {
- "progress": true
- },
- "title": "Bar Length",
- "value": "8",
- "placeholder": "8"
- },
- {
- "id": "barTrack",
- "if": {
- "progress": true
- },
- "title": "Track Character",
- "value": "▱",
- "placeholder": "▱"
- },
- {
- "id": "barFill",
- "if": {
- "progress": true
- },
- "title": "Fill Character",
- "value": "▰",
- "placeholder": "▰"
- },
- {
- "id": "showLabel",
- "if": {
- "progress": true
- },
- "title": "Show Label",
- "value": true
- }
- ]
- }
|