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 ! -…”。

扩展截图

screenshot

下载PepperHud扩展crx文件

下载PepperHud扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 PepperHud PepperHud
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"
            ]
        }
    ]
}