PepperHud
Extension for the website www.saltybet.com, adding controls to the interface. Bet on saltybet without ever using the keyboard ! -…
PepperHud란 무엇입니까?
PepperHud은(는) charlie.meriais에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for the website www.saltybet.com, adding controls to the interface. Bet on saltybet without ever using the keyboard ! -…"입니다.
확장 프로그램 스크린샷
PepperHud 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension for the website www.saltybet.com, adding controls to the interface. Bet on saltybet without ever using the keyboard ! - 4 new buttons for betting, one for going All-In (with activable double click all in protection), and the other three configurable in the options for the percentage of your wallet you want to bet - A new slider under the Wager box, allowing you to change the amount you're betting - An initialization function, that automatically inputs the value you want in the Wager box at the beginning of the match. Bet with only one click ! And more to come... IMPORTANT : Refresh the page to confirm option changes ! Update log : 0.3.5 : New textboxes for the button values. Correction of a few minor issues 0.4 : - You can now use the mousewheel on all the sliders and textboxes (in the popup, and the one on the page) - The slider now inputs a 1$ bet when all the way to the left - The all-in buttons now look different if the all-in protection is activated - New "Refresh Saltybet" button on the option popup - The non-illuminati shouldn't have the bottom of the chat and video window hidden now.
확장 프로그램 기본 정보
이름 | |
ID | llckihieacnggpaellaoihcdemebdfll |
공식 URL | https://chromewebstore.google.com/detail/pepperhud/llckihieacnggpaellaoihcdemebdfll |
설명 | Extension for the website www.saltybet.com, adding controls to the interface. Bet on saltybet without ever using the keyboard ! -… |
파일 크기 | 44.58 KB |
설치 횟수 | 72 |
현재 버전 | 0.4 |
최근 업데이트 | 2013-09-14 |
출시 날짜 | 2013-09-14 |
평점 | 4.64/5 총 11 개의 평점 |
개발자 | charlie.meriais |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PepperHud", "version": "0.4", "author": "Charlie Meriais", "browser_action": { "default_icon": ".\/Images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "js": [ "jquery-1.6.4.min.js", "jquery.mousewheel.min.js", "pepper.js" ], "matches": [ "http:\/\/www.saltybet.com\/*" ], "css": [ "pepperstyles.css" ] } ] } |