feat: Add disclaimers for google drive based extensions (#2325)

This commit is contained in:
Secozzi
2023-10-07 11:13:58 +00:00
committed by GitHub
parent e00a845970
commit 361e69eb8e
6 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,7 @@
# DISCLAIMER
This extension requires you to log in through Google and relies heavily on scraping the website of Google Drive, which may be against their terms of service. Use at your own risk.
# Google Drive
Table of Content

View File

@ -8,7 +8,7 @@ ext {
extName = 'Google Drive'
pkgNameSuffix = 'all.googledrive'
extClass = '.GoogleDrive'
extVersionCode = 10
extVersionCode = 11
libVersion = '13'
}

View File

@ -0,0 +1,3 @@
# DISCLAIMER
This extension requires you to log in through Google and relies heavily on scraping the website of Google Drive, which may be against their terms of service. Use at your own risk.

View File

@ -6,7 +6,7 @@ ext {
extName = 'Kayoanime'
pkgNameSuffix = 'en.kayoanime'
extClass = '.Kayoanime'
extVersionCode = 8
extVersionCode = 9
libVersion = '13'
}

View File

@ -0,0 +1,3 @@
# DISCLAIMER
This extension requires you to log in through Google and relies heavily on scraping the website of Google Drive, which may be against their terms of service. Use at your own risk.

View File

@ -6,7 +6,7 @@ ext {
extName = 'Ripcrabbyanime'
pkgNameSuffix = 'en.ripcrabbyanime'
extClass = '.Ripcrabbyanime'
extVersionCode = 7
extVersionCode = 8
libVersion = '13'
}