Update README and version

This commit is contained in:
Ealhad 2018-11-12 17:08:51 +01:00
parent 3cbed317cd
commit 186f1d4fe2
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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": {

View File

@ -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": {},