Faceit Customizer
This extension changes some elements used on Faceit page.
Faceit Customizerคืออะไร?
Faceit Customizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension changes some elements used on Faceit page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Faceit Customizer
ดาวน์โหลดไฟล์ส่วนขยาย Faceit Customizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Change the default Faceit notification sounds. Just open the Popup on the top right of your chrome window (Faceit icon) and enter the urls to your sounds. Feel free to send me feature requests or donate some moneyz for the work. https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VXHDNW6YHHU8L
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Faceit Customizer |
ID | aomgehfnddilfkjooooihdnjeabknepl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/faceit-customizer/aomgehfnddilfkjooooihdnjeabknepl |
คำอธิบาย | This extension changes some elements used on Faceit page. |
ขนาดไฟล์ | 23.65 KB |
จำนวนการติดตั้ง | 1,779 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2015-04-04 |
วันที่เผยแพร่ | 2015-04-04 |
คะแนน | 3.40/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VXHDNW6YHHU8L |
URL หน้าช่วยเหลือ | http://steamcommunity.com/id/kaydenJ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Faceit Customizer", "description": "This extension changes some elements used on Faceit page.", "version": "1.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "https:\/\/www.faceit.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.faceit.com\/*" ], "js": [ "cs.js" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ "sounds.js" ] } |