diff --git a/README.org b/README.org index 7e8acc9..626e6a7 100644 --- a/README.org +++ b/README.org @@ -4,6 +4,10 @@ PeerTubeify is a browser extension to help discovering which YouTube videos are also available on [[https://joinpeertube.org/][PeerTube]], by displaying a link and a thumbnail below the video title, when watching a video on YouTube. +If you choose to automatically redirect from YouTube to PeerTube, it uses +[[https://invidio.us/][Invidious]] to get the video information without making any requests to YouTube +from your browser, for added privacy. + It also allows you to choose a preferred PeerTube instance; when you watch a video on another instance, a link to the same video in your preferred instance is displayed. @@ -28,3 +32,5 @@ video with the same title exists. * Thanks - @Nutomic for hosting [[https://peertube.video][peertube.video]], the default instance used by PeerTubeify +- @Booteille for having implemented the Individious feature +- Omar Roth for letting us use Invidious diff --git a/extension/manifest.json b/extension/manifest.json index 63148d7..07de104 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "PeerTubeify", - "version": "0.4.2", + "version": "0.5.0", "description": "On YouTube, displays a link to the same video on PeerTube, if it exists.", "homepage_url": "https://gitlab.com/Ealhad/peertubeify", "icons": { diff --git a/package.json b/package.json index 794d35d..1a15fcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peertubeify", - "version": "0.4.2", + "version": "0.5.0", "description": "PeerTubeify is a browser extension to help discovering which YouTube videos are also available on PeerTube.", "main": "webpack.config.js", "dependencies": {},