____ _ _ __ __ _ __ ___
/ ___|___ _ __ _ __ ___ (_) |_ __\ \ / /__| |_\ \ / (_) _____ __
| | / _ \| '__| '_ ` _ \| | __/ _ \ \ /\ / / _ \ '_ \ \ / /| |/ _ \ \ /\ / /
| |__| (_) | | | | | | | | | || __/\ V V / __/ |_) \ V / | | __/\ V V /
\____\___/|_| |_| |_| |_|_|\__\___| \_/\_/ \___|_.__/ \_/ |_|\___| \_/\_/
__ __ _ _ __ __ _ _
| \/ | __ _ __ _(_)___| | __ | \/ | ___ __| |_ _| | ___
| |\/| |/ _` |/ _` | / __| |/ / | |\/| |/ _ \ / _` | | | | |/ _ \
| | | | (_| | (_| | \__ \ < | | | | (_) | (_| | |_| | | __/
|_| |_|\__,_|\__, |_|___/_|\_\ |_| |_|\___/ \__,_|\__,_|_|\___|
|___/
The ultimate privacy-focused WebView solution for rooted Android devices
Privacy Features | Technical Features |
---|---|
✅ Built-in ad/tracker blocking | ✅ Systemless installation |
✅ HTTPS enforcement | ✅ Auto-recovery fallback |
✅ Anti-fingerprinting | ✅ Dual root support |
✅ Script control | ✅ Weekly security updates |
- Download from Releases
- Install via your root manager app
- Reboot device
Recovery Mode
adb push CromiteWebView-Magisk.zip /sdcard/
adb reboot recovery
Then flash via recovery menu.
Manual Build from Source
git clone https://github.com/Rootalith/CromiteWebView-Magisk.git
cd CromiteWebView-Magisk
zip -r CromiteWebView-Magisk.zip * -x ".git*" "README.md"
su -c "magisk --install-module CromiteWebView-Magisk.zip"
- Module Code: Apache-2.0
- Bundled Cromite: GPL-3.0
- Complete licensing details in:
ROM | Status | Notes |
---|---|---|
Evolution X | ✅ Full support | Tested v9.7+ |
LineageOS | ✅ Works | ✅ Works |
DrepFest | ✅ Works | Tested 15.1 |
MIUI | Not Tested | |
Stock AOSP | ✅ Full support | Android 8.0+ |
Click to view file structure
CromiteWebView-Magisk/
├── META-INF/com/google/android/
│ ├── update-binary
│ └── updater-script
├── system/
│ └── priv-app/WebViewGoogle/
│ └── CromiteWebView.apk # GPL-3.0
├── module.prop # Apache-2.0
└── [other support files]
# Verify active WebView
su -c "cmd webviewupdate get-current-webview-package"
# Check version
su -c "dumpsys package com.android.webview | grep versionName"
Symptom | Solution |
---|---|
WebView not switching | Run: su -c "pm disable com.google.android.webview" |
App crashes | Clear WebView data in Settings > Apps |
Installation fails | Check /data/adb/magisk_debug.log |
Version | Highlights |
---|---|
v1.0 | Initial release with Cromite 135.0.7049.58 |
This module modifies core system components.
Always backup your data before installation.
➡️ Full Documentation | 📢 Support Channel