appleJuice Link Catcher

send appleJuice links (ajfsp) to your Core

appleJuice Link Catcher là gì?

appleJuice Link Catcher là một tiện ích mở rộng Chrome được phát triển bởi appleJuiceNETZ, và tính năng chính của nó là "send appleJuice links (ajfsp) to your Core".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng appleJuice Link Catcher

Tải xuống các tệp mở rộng appleJuice Link Catcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên appleJuice Link Catcher appleJuice Link Catcher
ID kidjbmkomidijgbealkgeadgamkdgdch
URL Chính Thức https://chromewebstore.google.com/detail/applejuice-link-catcher/kidjbmkomidijgbealkgeadgamkdgdch
Mô tả send appleJuice links (ajfsp) to your Core
Kích Thước Tệp 82.36 KB
Số Lần Cài Đặt 192
Phiên Bản Hiện Tại 2.2.1
Cập Nhật Lần Cuối 2024-01-30
Ngày Phát Hành 2020-03-06
Nhà Phát Triển appleJuiceNETZ
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://applejuicenet.cc
URL Trang Trợ Giúp https://github.com/applejuicenetz/browser-extension
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}