Skip to content

Commit 7bff927

Browse files
committed
Fix not having updated version number in manifest, and move up to 2.3.1
1 parent b4db2ca commit 7bff927

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Options:
1919
- From the [Chrome Web Store](https://chrome.google.com/webstore/detail/dggbkbndbcaknaeobfieifmdcncmpaba) (updates will be delayed a few days due to their review process)
2020
- Using [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) - [script](extension/contentScript.js)
2121
- Manually:
22-
+ [Download the CRX file](https://github.com/ZimbiX/youtube-fast-fullscreen-toggle/releases/download/v2.3.0/youtube-fast-fullscreen-toggle-v2.3.0.crx)
22+
+ [Download the CRX file](https://github.com/ZimbiX/youtube-fast-fullscreen-toggle/releases/download/v2.3.1/youtube-fast-fullscreen-toggle-v2.3.1.crx)
2323
+ Browse to `chrome://extensions`
2424
+ Enable the Developer mode setting in the top-right
2525
+ Drag in the file

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.3.0
4+
// @version 2.3.1
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/watch*

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.2.0",
4+
"version": "2.3.1",
55
"manifest_version": 3,
66
"icons": {
77
"128": "icon.png"

0 commit comments

Comments
 (0)