appleJuice Link Catcher
send appleJuice links (ajfsp) to your Core
Wat is appleJuice Link Catcher?
appleJuice Link Catcher is een Chrome-extensie ontwikkeld door appleJuiceNETZ, en de belangrijkste functie is "send appleJuice links (ajfsp) to your Core".
Extensie Screenshots
Download het CRX-bestand van de extensie appleJuice Link Catcher
Download appleJuice Link Catcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | |
ID | kidjbmkomidijgbealkgeadgamkdgdch |
Officiële URL | https://chromewebstore.google.com/detail/applejuice-link-catcher/kidjbmkomidijgbealkgeadgamkdgdch |
Beschrijving | send appleJuice links (ajfsp) to your Core |
Bestandsgrootte | 82.36 KB |
Aantal Installaties | 192 |
Huidige Versie | 2.2.1 |
Laatst Bijgewerkt | 2024-01-30 |
Publicatiedatum | 2020-03-06 |
Ontwikkelaar | appleJuiceNETZ |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://applejuicenet.cc |
Help Pagina-URL | https://github.com/applejuicenetz/browser-extension |
Ondersteunde Talen | 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" } } |