feat(services): Add Piped as a YouTube alternative
Introduced "Piped" to the list of services, providing users with a privacy-focused alternative to watching YouTube videos. Piped is highlighted for its unique feature of eliminating Google tracking, aiming to enhance user privacy and security. This addition enriches our service offerings with more diverse options for users concerned with online tracking.
This commit is contained in:
parent
f37c86cc3a
commit
e87d399dc5
1 changed files with 15 additions and 0 deletions
|
@ -45,6 +45,21 @@
|
|||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
},
|
||||
{
|
||||
"name": "Piped",
|
||||
"url": "https://piped.private.coffee",
|
||||
"short_description": "Watch YouTube videos without Google tracking.",
|
||||
"long_description": "Piped is another alternative front-end to YouTube. It allows you to watch YouTube videos without Google tracking you.",
|
||||
"status": "OK",
|
||||
"links": [
|
||||
{
|
||||
"name": "Go to Piped",
|
||||
"url": "https://piped.private.coffee"
|
||||
}
|
||||
],
|
||||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
},
|
||||
{
|
||||
"name": "Mastodon",
|
||||
"url": "https://cuddly.space",
|
||||
|
|
Loading…
Reference in a new issue