From cd7b2f072e3357e43bf8a520c282e497b231edf4 Mon Sep 17 00:00:00 2001 From: Andrew S Date: Tue, 30 Jul 2024 23:47:12 -0500 Subject: [PATCH] V1.3.16 --- README.md | 2 +- chrome/manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ef9baeb..35b3c58e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # FastStream -Tired of having to wait while videos buffer? Frustrated by a website's lack of accessibility features? This extension will replace videos on websites with an accessible video player designed for your convenience. +Tired of having videos buffer with slow internet speeds? Frustrated by a website's lack of accessibility features? This extension will replace videos on websites with a video player designed for your convenience. Say goodbye to buffering and hello to a more accessible video experience! 1. Automatic fragmentation and parallel requests for up to 6x faster download speeds. Watch videos without interruptions by predownloading the video in the background. 2. Advanced subtitling features include: customizable subtitle appearance, built-in OpenSubtitles support to find subtitles on the internet, and an intuitive subtitle syncing tool to adjust subtitle timings on the fly. diff --git a/chrome/manifest.json b/chrome/manifest.json index 7a71a65c..abd1b2b9 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -3,7 +3,7 @@ "default_locale": "en", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", - "version": "1.3.15", + "version": "1.3.16", "author": "Andrew S", "options_ui": { "page": "player/options/index.html", diff --git a/package.json b/package.json index b9daf8d0..e1c5e599 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faststream", - "version": "1.3.15", + "version": "1.3.16", "description": "Stream videos without buffering. Fix bad video players on the internet.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",