appleJuice Link Catcher
send appleJuice links (ajfsp) to your Core
What is appleJuice Link Catcher?
appleJuice Link Catcher is a Chrome extension developed by appleJuiceNETZ, and its main feature is "send appleJuice links (ajfsp) to your Core".
Extension Screenshots
Download appleJuice Link Catcher Extension CRX File
Download appleJuice Link Catcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It is a tool for the German appleJuice P2P client from applejuicenet.de. The ajfsp links can be passed directly to the core without external GUI. This Extension can't work without this appleJuice core. You can configure a direct connection to your appleJuice core client or a implicit connection over a hosted phpGUI (requires version 0.26.0 or above).
Extension Basic Information
Name | |
ID | kidjbmkomidijgbealkgeadgamkdgdch |
Official URL | https://chromewebstore.google.com/detail/applejuice-link-catcher/kidjbmkomidijgbealkgeadgamkdgdch |
Description | send appleJuice links (ajfsp) to your Core |
File Size | 82.36 KB |
Installation Count | 192 |
Current Version | 2.2.1 |
Last Updated | 2024-01-30 |
Publish Date | 2020-03-06 |
Developer | appleJuiceNETZ |
[email protected] | |
Payment Type | free |
Extension Website | https://applejuicenet.cc |
Help Page URL | https://github.com/applejuicenetz/browser-extension |
Supported Languages | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "2.2.1", "default_locale": "de", "permissions": [ "contextMenus", "notifications", "storage" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "src\/init.js" }, "action": [], "options_ui": { "page": "options\/options.html" }, "icons": { "16": "icons\/apple16.png", "32": "icons\/apple32.png", "128": "icons\/apple128.png", "256": "icons\/apple256.png" } } |