Junior MiniApp Bypass is a browser extension designed to bypass Telegram mini apps. It modifies the behavior of Telegram Web to allow users to interact with mini apps that might otherwise be restricted.
Version: 1.2
- Bypasses restrictions on Telegram mini apps
- Modifies iframe sources to appear as iOS platform
- Temporarily changes the page title to indicate successful bypass
- Clone this repository or download the source code.
- Open your browser's extension management page:
- Chrome: chrome://extensions
- Edge: edge://extensions
- Firefox: about:addons
- Enable "Developer mode"
- Click "Load unpacked" and select the directory containing the extension files.
Once installed, the extension will automatically work on the Telegram Web interface (https://web.telegram.org/*). No additional configuration is required.
telegram.js
: Contains the main logic for bypassing mini apps.manifest.json
: Defines the extension's properties and permissions.popup.html
: Provides a simple information popup for the extension.
The extension uses the following techniques:
- Listens for new iframe elements using the Arrive library.
- Modifies the
src
attribute of iframes, changing the platform identifier from web to iOS. - Temporarily changes the page title to indicate successful bypass.
This extension requires the following permissions:
- activeTab
- scripting
- webNavigation
- declarativeNetRequest
- declarativeNetRequestFeedback
For more information, guides, and updates, join our community:
- Telegram Channel: Airdrop_DailyOfficial
- YouTube Channel: CryptoInsightNews
This extension is for educational purposes only. Use it responsibly and in accordance with Telegram's terms of service.
Created by Junior
[Include license information here]