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 - это расширение Chrome, разработанное Vishal Choudhary, и его основная функция - "It will help you to find match link on tricks4you and help to watch on hotstar".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Hotstar Cricket helper

Скачайте файлы расширений Hotstar Cricket helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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'"
}