Just-dice enhancement
Inkha V3
Qu'est-ce que Just-dice enhancement ?
Just-dice enhancement est une extension Chrome développée par Nixsy, et sa fonction principale est "Inkha V3".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Just-dice enhancement
Téléchargez les fichiers d'extension Just-dice enhancement 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
The Inkha enhancement suite for just-dice. This is a chrome extension that provides various enhancements for Just-dice.com and Doge-dice.com. Specifically, creates the ability to use the [martingale betting strategy](http://en.wikipedia.org/wiki/Martingale_(betting_system\)) directly from the browser. source code can be found here https://github.com/CriticalNix/inkha-v2 THIS IS A THIRD PARTY SCRIPT AND IS IN NO WAY AFFILIATED WITH JUST-DICE OR DOGE-DICE. JUST-DICE AND DOGE-DICE DO NOT ENDORSE BOTS AND AT THE SAME TIME DOES NOT FORBID THEIR USE.
Informations de Base sur l'Extension
Nom | |
ID | oeioapfhdicebkohijoeejgkfmdeocbn |
URL Officiel | https://chrome.google.com/webstore/detail/just-dice-enhancement/oeioapfhdicebkohijoeejgkfmdeocbn |
Description | Inkha V3 |
Taille du Fichier | 698 KB |
Nombre d'Installations | 50 |
Version Actuelle | 3.0.7 |
Dernière Mise à Jour | 2015-02-01 |
Date de Publication | 2015-02-01 |
Évaluation | 4.50/5 Total 6 Évaluations |
Développeur | Nixsy |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Just-dice enhancement", "description": "Inkha V3", "version": "3.0.7", "permissions": [ "tabs", "https:\/\/just-dice.com\/*", "http:\/\/sci-calc.comlu.com\/", "https:\/\/doge-dice.com\/*", "storage", "http:\/\/104.236.112.46\/*" ], "web_accessible_resources": [ "js\/*", "img\/*", "snd\/*" ], "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "img\/nix.png", "default_title": "Click to go to Just-Dice.com" }, "icons": { "16": "img\/nix.png", "48": "img\/nix.png", "128": "img\/nix.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/just-dice.com\/*", "https:\/\/doge-dice.com\/*" ], "js": [ "js\/lib\/jquery.js", "js\/main.js", "js\/lib\/jquery.flot.js" ], "run_at": "document_end" } ] } |