Faceit Helper Extension
Jump with a context menu entry directly into the faceit helper app
Faceit Helper Extensionคืออะไร?
Faceit Helper Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jan.vornkahl และคุณลักษณะหลักของมันคือ "Jump with a context menu entry directly into the faceit helper app"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Faceit Helper Extension
ดาวน์โหลดไฟล์ส่วนขยาย Faceit Helper Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Jump with a context menu entry directly into the faceit helper app
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | offfbbjcfanlglefmmebiadilbeddmog |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/faceit-helper-extension/offfbbjcfanlglefmmebiadilbeddmog |
คำอธิบาย | Jump with a context menu entry directly into the faceit helper app |
ขนาดไฟล์ | 12.4 KB |
จำนวนการติดตั้ง | 536 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-06-10 |
วันที่เผยแพร่ | 2020-06-10 |
ผู้พัฒนา | jan.vornkahl |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://javo2222.github.io/faceit/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Faceit Helper Extension", "version": "1.0", "description": "Jump with a context menu entry directly into the faceit helper app", "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "permissions": [ "contextMenus", "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |