Extension allows you to gain more access to content metadata within the app. Similar to other well-known addons in apps like Stremio, these extensions expand your access to diverse content sources, enriching your entertainment experience with curated movies, tv shows, and more, seamlessly integrated for easy exploration.
Each extension requires a JSON file that contains specific metadata fields. Below is an example format:
{
"name": "Example Extension",
"url": "https://example.com/?media_id={id}",
"tv_url": "https://example.com/?media_id={id}&season={season}&episode={episode}"
}
Field Descriptions
name
: The name of the extension or streaming source. Required
url
: The URL format for embedding a movie. Required
{id}
: The movie id of a streaming source. Required
tv_url
: The URL format for embedding a TV show. Required
{id}
: The TV show id of a streaming source. Required
{season}
: The TV show season number. Required
{episode}
: The TV show episode number. Required
*Note: The placeholder parameters of url
and tv_url
must
be an exact match including curly braces.
The Application supports either a .json
or .txt
file format.
If you have any questions regarding the extension, please contact the Service Provider via email at ggdev100@gmail.com.
© 2025 Movie - Pro HD