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」です。
拡張機能のスクリーンショット
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).
拡張機能の基本情報
名前 | |
ID | kidjbmkomidijgbealkgeadgamkdgdch |
公式URL | 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 |
Eメール | [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" } } |