Hotstar Cricket helper

It will help you to find match link on tricks4you and help to watch on hotstar

Hotstar Cricket helper là gì?

Hotstar Cricket helper là một tiện ích mở rộng Chrome được phát triển bởi Vishal Choudhary, và tính năng chính của nó là "It will help you to find match link on tricks4you and help to watch on hotstar".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hotstar Cricket helper

Tải xuống các tệp mở rộng Hotstar Cricket helper 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

                        It's help to find cricket match on hotstar.
you can watch match on hotstar with the help of this extension
click on the icon 
you will be redirect at tricks4you.in
now click any account you want to use and now 
click on start hotstar account
note: we don't store any kind of user information , it won't enter in privacy tabs
please visit our privacy police for more information
https://www.tricks4you.in/p/pric.html                    

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

Tên Hotstar Cricket helper Hotstar Cricket helper
ID pkkmfkihagnhnmgbejjfkoidginclnck
URL Chính Thức https://chrome.google.com/webstore/detail/hotstar-cricket-helper/pkkmfkihagnhnmgbejjfkoidginclnck
Mô tả It will help you to find match link on tricks4you and help to watch on hotstar
Kích Thước Tệp 140 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.0.50
Cập Nhật Lần Cuối 2020-06-02
Ngày Phát Hành 2020-06-01
Đánh Giá 3.92/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Vishal Choudhary
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tricks4you.in
URL Trang Trợ Giúp https://www.tricks4you.in/p/pric.html
URL Trang Chính Sách Bảo Mật https://www.tricks4you.in/p/pric.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "src\/Hotstar.html",
        "default_title": "Hotstar Match IPL Viwer"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery\/jquery.js",
                "js\/grapit.js"
            ],
            "matches": [
                "https:\/\/www.tricks4you.in\/2019\/02\/blog-post.html",
                "https:\/\/www.tricks4you.in\/2019\/05\/icc-world-cup-2019.html*",
                "https:\/\/www.tricks4you.in\/2019\/12\/ipl.html",
                "https:\/\/www.tricks4you.in\/2019\/12\/ipl-2020.html"
            ]
        },
        {
            "js": [
                "js\/jquery\/jquery.js",
                "js\/letmecheck.js",
                "js\/hotsopt.js"
            ],
            "matches": [
                "https:\/\/www.hotstar.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "It will help you to find match link on tricks4you and help to watch on hotstar",
    "icons": {
        "128": "icons\/E128.png",
        "16": "icons\/E16.png",
        "48": "icons\/E48.png"
    },
    "manifest_version": 2,
    "name": "Hotstar Cricket helper",
    "permissions": [
        "storage"
    ],
    "short_name": "Hotstar crecket",
    "version": "1.0.50",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}