Just-dice enhancement

Inkha V3

Just-dice enhancement là gì?

Just-dice enhancement là một tiện ích mở rộng Chrome được phát triển bởi Nixsy, và tính năng chính của nó là "Inkha V3".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Just-dice enhancement

Tải xuống các tệp mở rộng Just-dice enhancement dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Just-dice enhancement Just-dice enhancement
ID oeioapfhdicebkohijoeejgkfmdeocbn
URL Chính Thức https://chrome.google.com/webstore/detail/just-dice-enhancement/oeioapfhdicebkohijoeejgkfmdeocbn
Mô tả Inkha V3
Kích Thước Tệp 698 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 3.0.7
Cập Nhật Lần Cuối 2015-02-01
Ngày Phát Hành 2015-02-01
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Nixsy
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}