Faceit Customizer
This extension changes some elements used on Faceit page.
Faceit Customizer란 무엇입니까?
Faceit Customizer은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension changes some elements used on Faceit page."입니다.
확장 프로그램 스크린샷
Faceit Customizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |