PepperHud

Extension for the website www.saltybet.com, adding controls to the interface. Bet on saltybet without ever using the keyboard ! -…

Qu'est-ce que PepperHud ?

PepperHud est une extension Chrome développée par charlie.meriais, et sa fonction principale est "Extension for the website www.saltybet.com, adding controls to the interface. Bet on saltybet without ever using the keyboard ! -…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PepperHud

Téléchargez les fichiers d'extension PepperHud au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PepperHud PepperHud
ID llckihieacnggpaellaoihcdemebdfll
URL Officiel https://chromewebstore.google.com/detail/pepperhud/llckihieacnggpaellaoihcdemebdfll
Description Extension for the website www.saltybet.com, adding controls to the interface. Bet on saltybet without ever using the keyboard ! -…
Taille du Fichier 44.58 KB
Nombre d'Installations 72
Version Actuelle 0.4
Dernière Mise à Jour 2013-09-14
Date de Publication 2013-09-14
Évaluation 4.64/5 Total 11 Évaluations
Développeur charlie.meriais
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}