Update README and version
This commit is contained in:
parent
3cbed317cd
commit
186f1d4fe2
|
@ -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
|
also available on [[https://joinpeertube.org/][PeerTube]], by displaying a link and a thumbnail below the video
|
||||||
title, when watching a video on YouTube.
|
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
|
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
|
video on another instance, a link to the same video in your preferred instance
|
||||||
is displayed.
|
is displayed.
|
||||||
|
@ -28,3 +32,5 @@ video with the same title exists.
|
||||||
|
|
||||||
* Thanks
|
* Thanks
|
||||||
- @Nutomic for hosting [[https://peertube.video][peertube.video]], the default instance used by PeerTubeify
|
- @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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "PeerTubeify",
|
"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.",
|
"description": "On YouTube, displays a link to the same video on PeerTube, if it exists.",
|
||||||
"homepage_url": "https://gitlab.com/Ealhad/peertubeify",
|
"homepage_url": "https://gitlab.com/Ealhad/peertubeify",
|
||||||
"icons": {
|
"icons": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "peertubeify",
|
"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.",
|
"description": "PeerTubeify is a browser extension to help discovering which YouTube videos are also available on PeerTube.",
|
||||||
"main": "webpack.config.js",
|
"main": "webpack.config.js",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
|
|
Loading…
Reference in New Issue