@krx3d/tizentube2 1.16.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +2 -0
- package/.github/FUNDING.yml +1 -0
- package/LICENSE +674 -0
- package/README.md +28 -0
- package/dist/service.js +49869 -0
- package/dist/userScript.js +13 -0
- package/package.json +26 -0
package/README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# TizenTube TEST
|
|
2
|
+
|
|
3
|
+
THIS IS ONLY FOR PERSONAL TESTS, ALl IMPROVEMENTS WILL BE LATER ADDED AS PR TO THE MAIN REPO
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
TizenTube is a TizenBrew module that enhances your favourite streaming websites viewing experience by removing ads and adding support for Sponsorblock.
|
|
8
|
+
|
|
9
|
+
Looking for an app for Android TVs? Check out [TizenTube Cobalt](https://github.com/reisxd/TizenTubeCobalt). It offers everything TizenTube has for Android TVs. [Download the latest release here](https://github.com/reisxd/TizenTubeCobalt/releases/latest).
|
|
10
|
+
|
|
11
|
+
[Discord Server Invite](https://discord.gg/m2P7v8Y2qR)
|
|
12
|
+
|
|
13
|
+
[Telegram Channel](https://t.me/tizentubeofficial)
|
|
14
|
+
|
|
15
|
+
# How to install
|
|
16
|
+
|
|
17
|
+
1. Install TizenBrew from [here](https://github.com/reisxd/TizenBrew) and follow the instructions.
|
|
18
|
+
|
|
19
|
+
2. TizenTube is installed to TizenBrew by default. It should be in the home screen. If not, add `@krx3d/tizentube` as a NPM module in TizenBrew module manager.
|
|
20
|
+
|
|
21
|
+
# Features
|
|
22
|
+
|
|
23
|
+
- Ad Blocker
|
|
24
|
+
- [SponsorBlock](https://sponsor.ajay.app/) Support
|
|
25
|
+
- Picture-in-Picture Mode
|
|
26
|
+
- [DeArrow](https://dearrow.ajay.app/) Support
|
|
27
|
+
- Customizable Themes (Custom Coloring)
|
|
28
|
+
- More to come, if you [request](https://github.com/reisxd/TizenTube/issues/new) it!
|