Fichiers
ytptube-extension-android/README.md
T
jimmyGALLAND 4f8e839b60 feat: add Firefox Android compatibility to manifest
- Move notifications and contextMenus to optional_permissions
- Set options_ui open_in_tab to true (required on Android)
- Add gecko_android with strict_min_version 113.0
- Bump version to 1.1.1
2026-05-24 16:28:39 +02:00

45 lignes
1.7 KiB
Markdown

# A YTPTube extension
This extension can be used in `Chrome/Chromium browsers`, `Firefox` and `Firefox for Android` to add URLs
to [YTPTube](https://github.com/arabcoders/ytptube) instance.
## Screenshots
![options](./assets/options-menu.png) ![popup](./assets/popup-action.png)
## Installation from store
- Install from [Firefox](https://addons.mozilla.org/en-US/firefox/addon/ytptube-extension/)
- Install
from [Chrome/Chromium Browsers](https://chromewebstore.google.com/detail/ytptube-extension/kiepfnpeflemfokokgjiaelddchglfil)
## Firefox for Android
This extension is compatible with **Firefox for Android** (Fenix) version 113 and above.
A few differences apply compared to the desktop version:
- **System notifications** are not available on Android — feedback is displayed inline in the popup instead.
- **The context menu** (long-press on a link → "Send to YTPTube") may not be available depending on your Firefox version.
- **Options page** opens in a new tab rather than an inline panel.
### Installing on Firefox for Android
The easiest way is to install directly from the Firefox Add-ons store (link above).
To install a development build manually, you will need **Firefox Nightly** or **Firefox Beta**:
1. In Firefox Android, go to `about:config` and set `xpinstall.signatures.required` to `false`.
2. Rename the `.zip` file to `.xpi`.
3. Open the `.xpi` URL in Firefox Android to install it.
Alternatively, use `about:debugging` on a desktop Firefox to sideload the extension onto a connected Android device via USB.
## Usage
Configure the extension to point to your YTPTube instance in the extension options page.
## For issues
To report issues, please use the [GitHub issues page](https://github.com/arabcoders/ytptube/issues) at this repository.