appleJuice Link Catcher
send appleJuice links (ajfsp) to your Core
appleJuice Link Catcherคืออะไร?
appleJuice Link Catcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย appleJuiceNETZ และคุณลักษณะหลักของมันคือ "send appleJuice links (ajfsp) to your Core"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย appleJuice Link Catcher
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |