Hotstar Cricket helper
It will help you to find match link on tricks4you and help to watch on hotstar
Wat is Hotstar Cricket helper?
Hotstar Cricket helper is een Chrome-extensie ontwikkeld door Vishal Choudhary, en de belangrijkste functie is "It will help you to find match link on tricks4you and help to watch on hotstar".
Extensie Screenshots
Download het CRX-bestand van de extensie Hotstar Cricket helper
Download Hotstar Cricket helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | pkkmfkihagnhnmgbejjfkoidginclnck |
Officiële URL | https://chrome.google.com/webstore/detail/hotstar-cricket-helper/pkkmfkihagnhnmgbejjfkoidginclnck |
Beschrijving | It will help you to find match link on tricks4you and help to watch on hotstar |
Bestandsgrootte | 140 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.0.50 |
Laatst Bijgewerkt | 2020-06-02 |
Publicatiedatum | 2020-06-01 |
Beoordeling | 3.92/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Vishal Choudhary |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.tricks4you.in |
Help Pagina-URL | https://www.tricks4you.in/p/pric.html |
URL van de Privacybeleid Pagina | https://www.tricks4you.in/p/pric.html |
Ondersteunde Talen | 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'" } |