appleJuice Link Catcher

send appleJuice links (ajfsp) to your Core

O que é appleJuice Link Catcher?

appleJuice Link Catcher é uma extensão do Chrome desenvolvida por appleJuiceNETZ, e sua principal característica é "send appleJuice links (ajfsp) to your Core".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão appleJuice Link Catcher

Baixe arquivos de extensão appleJuice Link Catcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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).                    

Informações Básicas da Extensão

Nome appleJuice Link Catcher appleJuice Link Catcher
ID kidjbmkomidijgbealkgeadgamkdgdch
URL Oficial https://chromewebstore.google.com/detail/applejuice-link-catcher/kidjbmkomidijgbealkgeadgamkdgdch
Descrição send appleJuice links (ajfsp) to your Core
Tamanho do Arquivo 82.36 KB
Contagem de Instalações 192
Versão Atual 2.2.1
Última Atualização 2024-01-30
Data de Publicação 2020-03-06
Desenvolvedor appleJuiceNETZ
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://applejuicenet.cc
URL da Página de Ajuda https://github.com/applejuicenetz/browser-extension
Idiomas Suportados 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"
    }
}