# chromium-android-extension **Repository Path**: gao89/chromium-android-extension ## Basic Information - **Project Name**: chromium-android-extension - **Description**: chromium-android-extension - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-18 - **Last Updated**: 2025-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chromium-android-extension Patches that add extension support to chromium on Android. To apply, go into the `src` folder of chromium source tree and run `patch -p1 --ignore-whitespace -i ../patches/Extensions/{name_of_the_patch} --no-backup-if-mismatch` following the order in `series`. The patches are last adapted to chromium version `88.0.4324.182`. Patches assume safe browsing is off and supervised user is disabled.