diff --git a/extension/contentScript.js b/extension/contentScript.js index e517e94..f8742ea 100644 --- a/extension/contentScript.js +++ b/extension/contentScript.js @@ -1,7 +1,7 @@ // ==UserScript== // @name YouTube fast fullscreen toggle // @namespace http://tampermonkey.net/ -// @version 2.9.0 +// @version 2.10.0 // @description Avoids the ~3 second lag when entering/exiting fullscreen on a YouTube video - by hiding the heavy fluff while transitioning // @author Brendan Weibrecht // @match https://www.youtube.com/* diff --git a/extension/manifest.json b/extension/manifest.json index 5ef5d46..ad4270a 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "name": "YouTube Fast Fullscreen Toggle", "description": "Avoid the lag when entering/exiting fullscreen on a YouTube video - by hiding the heavy fluff while transitioning", - "version": "2.9.0", + "version": "2.10.0", "manifest_version": 3, "icons": { "128": "icon.png"