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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It will help you to find match link on tricks4you and help to watch on hotstar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hotstar Cricket helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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'" } |