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”。
擴展截圖
下載Hotstar Cricket helper擴展crx文件
下載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
擴展基本資訊
名稱 | |
ID | pkkmfkihagnhnmgbejjfkoidginclnck |
官方網址 | 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'" } |