Thor

Thor

The Thor app is a web browser with the focus on speed and usability.

LP2P Download

Screenshots

Screenshot von Thor Screenshot von Thor Screenshot von Thor Screenshot von Thor Screenshot von Thor Screenshot von Thor Screenshot von Thor Screenshot von Thor

Beschreibung

Diese Beschreibung liegt nicht in deiner Sprache vor, angezeigt wird die englische Fassung.

# Thor The Thor app is a web browser with the focus on speed and usability. It supports the download of Torrents via the **magnet** protocol. An Ad-blocker is also integrated which based on https://pgl.yoyo.org/adservers ## General The basic characteristics of the app are open source, free of charge, transparent, free of advertising, respect of personal data, and legally impeccable. ## Settings This application based on the WebKit API (like Chrome, Brave, etc.). This section just gives a brief overview of the settings which have been made for the browser. This information is probably only useful for people with technical background. General Browser Settings: ``` settings.javaScriptEnabled = true settings.javaScriptCanOpenWindowsAutomatically = false settings.safeBrowsingEnabled = true settings.allowContentAccess = true settings.allowFileAccess = false settings.loadsImagesAutomatically = true settings.blockNetworkLoads = false settings.blockNetworkImage = false settings.domStorageEnabled = true settings.cacheMode = WebSettings.LOAD_DEFAULT settings.setSupportZoom(true) settings.builtInZoomControls = true settings.displayZoomControls = false settings.layoutAlgorithm = WebSettings.LayoutAlgorithm.NORMAL settings.mixedContentMode = WebSettings.MIXED_CONTENT_NEVER_ALLOW settings.useWideViewPort = true settings.loadWithOverviewMode = true settings.mediaPlaybackRequiresUserGesture = true settings.setSupportMultipleWindows(false) settings.setGeolocationEnabled(false) ``` ### Cookies The application accept all cookies, except third party cookies. ``` CookieManager.getInstance().setAcceptCookie(true) CookieManager.getInstance().setAcceptThirdPartyCookies(webView, false); ``` ## Links [Privacy Policy](https://gitlab.com/lp2p/thor/-/blob/master/POLICY.md)
[Apache License](https://gitlab.com/lp2p/thor/-/blob/master/LICENSE)

Versionen

Version Datum Größe Benötigt Android Herunterladen
2.0.0 aktuell
fa8fead74770c9aa…
25.04.2026 3,2 MB API 29
1.9.0
d3cc76439de2e9be…
05.10.2025 5,1 MB API 29
1.8.9
1cd903b394837f6a…
01.09.2025 4,9 MB API 29

Berechtigungen

Was die App beim System anfragt. Sensible Zugriffe gibt Android erst nach deiner Bestätigung frei.

  • NetzwerkstatusPrüfen, ob und wie das Gerät verbunden ist.
  • InternetzugriffDaten über das Internet senden und empfangen.
  • thor.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

Kommentare