Skip to content

Commit 0415d11

Browse files
committed
Update version to 2.7.0
1 parent 1a1a0dc commit 0415d11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extension/contentScript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name YouTube fast fullscreen toggle
33
// @namespace http://tampermonkey.net/
4-
// @version 2.6.0
4+
// @version 2.7.0
55
// @description Avoids the ~3 second lag when entering/exiting fullscreen on a YouTube video - by hiding the heavy fluff while transitioning
66
// @author Brendan Weibrecht
77
// @match https://www.youtube.com/*

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "YouTube Fast Fullscreen Toggle",
33
"description": "Avoid the lag when entering/exiting fullscreen on a YouTube video - by hiding the heavy fluff while transitioning",
4-
"version": "2.6.0",
4+
"version": "2.7.0",
55
"manifest_version": 3,
66
"icons": {
77
"128": "icon.png"

0 commit comments

Comments
 (0)