Skip to content

Commit

Permalink
Fix not having updated version number in manifest, and move up to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZimbiX committed Mar 20, 2021
1 parent b4db2ca commit 7bff927
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Options:
- From the [Chrome Web Store](https://chrome.google.com/webstore/detail/dggbkbndbcaknaeobfieifmdcncmpaba) (updates will be delayed a few days due to their review process)
- Using [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) - [script](extension/contentScript.js)
- Manually:
+ [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)
+ [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)
+ Browse to `chrome://extensions`
+ Enable the Developer mode setting in the top-right
+ Drag in the file
Expand Down
2 changes: 1 addition & 1 deletion extension/contentScript.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name YouTube fast fullscreen toggle
// @namespace http://tampermonkey.net/
// @version 2.3.0
// @version 2.3.1
// @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/watch*
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -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.2.0",
"version": "2.3.1",
"manifest_version": 3,
"icons": {
"128": "icon.png"
Expand Down

0 comments on commit 7bff927

Please sign in to comment.