Hotstar Cricket helper

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

Hotstar Cricket helper란 무엇입니까?

Hotstar Cricket helper은(는) Vishal Choudhary에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It will help you to find match link on tricks4you and help to watch on hotstar"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Hotstar Cricket helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Hotstar Cricket helper Hotstar Cricket helper
ID pkkmfkihagnhnmgbejjfkoidginclnck
공식 URL https://chrome.google.com/webstore/detail/hotstar-cricket-helper/pkkmfkihagnhnmgbejjfkoidginclnck
설명 It will help you to find match link on tricks4you and help to watch on hotstar
파일 크기 140 KB
설치 횟수 2,000
현재 버전 1.0.50
최근 업데이트 2020-06-02
출시 날짜 2020-06-01
평점 3.92/5 총 13 개의 평점
개발자 Vishal Choudhary
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.tricks4you.in
도움말 페이지 URL https://www.tricks4you.in/p/pric.html
개인정보 보호 정책 페이지 URL https://www.tricks4you.in/p/pric.html
지원되는 언어 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'"
}