Just-dice enhancement
Inkha V3
Just-dice enhancementとは何ですか?
Just-dice enhancementはNixsyによって開発されたChromeの拡張機能で、その主な機能は「Inkha V3」です。
拡張機能のスクリーンショット
Just-dice enhancement拡張機能のCRXファイルをダウンロード
Just-dice enhancement拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | oeioapfhdicebkohijoeejgkfmdeocbn |
公式URL | https://chrome.google.com/webstore/detail/just-dice-enhancement/oeioapfhdicebkohijoeejgkfmdeocbn |
説明 | Inkha V3 |
ファイルサイズ | 698 KB |
インストール数 | 50 |
現在のバージョン | 3.0.7 |
最終更新日 | 2015-02-01 |
公開日 | 2015-02-01 |
評価 | 4.50/5 合計 6 レビュー |
開発者 | Nixsy |
支払い方法 | free |
対応言語 | 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" } ] } |