appleJuice Link Catcher

send appleJuice links (ajfsp) to your Core

什麼是appleJuice Link Catcher?

appleJuice Link Catcher是由appleJuiceNETZ開發的Chrome擴展程式,該擴展的主要功能是“send appleJuice links (ajfsp) to your Core”。

擴展截圖

screenshot
screenshot

下載appleJuice Link Catcher擴展crx文件

下載appleJuice Link Catcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 appleJuice Link Catcher appleJuice Link Catcher
ID kidjbmkomidijgbealkgeadgamkdgdch
官方網址 https://chromewebstore.google.com/detail/applejuice-link-catcher/kidjbmkomidijgbealkgeadgamkdgdch
簡介 send appleJuice links (ajfsp) to your Core
檔案大小 82.36 KB
安裝次數 192
目前版本 2.2.1
更新時間 2024-01-30
上架時間 2020-03-06
開發者 appleJuiceNETZ
電子郵箱 [email protected]
付費類型 free
擴展官網 https://applejuicenet.cc
說明頁面URL https://github.com/applejuicenetz/browser-extension
支援的語言 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"
    }
}