TipstersHub

Tipstershub extension allows users to transfer their bets directly from their betting slip to Tipstershub tracker. How to use: 1)…

TipstersHubคืออะไร?

TipstersHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TipstersHub และคุณลักษณะหลักของมันคือ "Tipstershub extension allows users to transfer their bets directly from their betting slip to Tipstershub tracker. How to use: 1)…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TipstersHub

ดาวน์โหลดไฟล์ส่วนขยาย TipstersHub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tipstershub extension allows users to transfer their bets directly from their betting slip to Tipstershub tracker. 

How to use:
1) install the extension, 
2) login with your Tipstershub credentials, 
3) open the match and add the bet to your betting slip (currently supported bookmakers: bet365, betsafe.lt, Pinnacle),
4) click on extension, select bet type and "Generate bet info",
5) extension will autofill all match information for you - match name, selection, date, league,
6) select your stake size, add notes/analysis if needed and click "Add tip to Tipstershub".

Voila, your bet is now added to your stats at Tipstershub platform and/or shared with your followers.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TipstersHub TipstersHub
ID cfmcbbpggjchhcdlhghfakdpemdjheal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tipstershub/cfmcbbpggjchhcdlhghfakdpemdjheal
คำอธิบาย Tipstershub extension allows users to transfer their bets directly from their betting slip to Tipstershub tracker. How to use: 1)…
ขนาดไฟล์ 250 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2021-06-30
วันที่เผยแพร่ 2021-03-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา TipstersHub
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tipstershub.com
URL หน้าช่วยเหลือ https://www.tipstershub.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TipstersHub",
    "version": "1.6",
    "permissions": [
        "activeTab",
        "http:\/\/194.31.52.157\/*",
        "https:\/\/tipstershub.devapp.lt\/*",
        "http:\/\/194.135.95.254\/*",
        "https:\/\/bet365.com\/*",
        "https:\/\/topsport.lt\/*",
        "https:\/\/betsafe.lt\/*",
        "https:\/\/en.betsafe.lt\/*",
        "https:\/\/pinnacle.bet\/*",
        "https:\/\/sports.williamhill.com\/*",
        "https:\/\/williamhill.com\/*",
        "https:\/\/188563.com\/*",
        "https:\/\/28-365365.com\/*",
        "https:\/\/28365-365.com\/*",
        "https:\/\/allsport365.com\/*",
        "https:\/\/288365.com\/*",
        "https:\/\/365-808.com\/*",
        "https:\/\/38365365.com\/*",
        "https:\/\/635288.com\/*",
        "https:\/\/48365365.com\/*",
        "https:\/\/48365-365.com\/*",
        "https:\/\/48-365365.com\/*",
        "https:\/\/121-365sb.com\/*",
        "https:\/\/121-365sb.com\/*",
        "https:\/\/878365.com\/*",
        "https:\/\/635-288.com\/*",
        "https:\/\/248365365.com\/*",
        "https:\/\/sb-488.com\/*",
        "https:\/\/123365-sb.com\/*",
        "https:\/\/288sb.com\/*",
        "https:\/\/488365.com\/*",
        "https:\/\/365466.com\/*",
        "https:\/\/68365365.com\/*",
        "https:\/\/68365365.com\/*",
        "https:\/\/bet33332.com\/*",
        "https:\/\/365-818.com\/*",
        "https:\/\/bet365.com.au\/*",
        "https:\/\/bet365.it\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.48365-365.com\/*",
                "https:\/\/www.bet365.com\/*",
                "https:\/\/www.bet365.lt\/*",
                "https:\/\/www.topsport.lt\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js",
                "url.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "32": "drawable-ldpi-icon.png",
            "48": "drawable-mdpi-icon.png",
            "128": "drawable-xxhdpi-icon.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "constants\/*",
        "converters\/*",
        "Scrappers\/Bet365Scrapper.js",
        "Scrappers\/TopSportScrapper.js",
        "Scrappers\/BetSafeScrapper.js",
        "Scrappers\/PinnacleScrapper.js",
        "Scrappers\/WilliamHillScrapper.js"
    ]
}