Skip to content

Stay updated with real-time cricket scores right at your fingertips with our Cricket Live Score Chrome Extension. Designed for cricket enthusiasts and fans alike, this extension brings you the latest match updates, scores, and statistics from various cricket tournaments around the world.

Notifications You must be signed in to change notification settings

jynt1401/Cric_chrome_extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Cric_chrome_extension

This extension brings you the latest match updates, scores, and statistics from various cricket tournaments around the world.

With our user-friendly interface, you can easily access the live scores of ongoing cricket matches without the need to navigate to different websites or applications. The extension provides you with instant access to scores, allowing you to keep up with the action as it happens.

Note: This extension relies on an internet connection to fetch live data. It is intended for informational purposes only and does not offer live streaming of matches.

How to run Chrome extension

The Build Folder:

Locate the build folder of Chrome extension from this project. This folder typically contains all the necessary files and assets required for your extension to function. Select all the files and folders within the build folder. Download this folder to upload it later.

Upload the Extension Package:

open Manage extension to turn on developer mode. Click on Load unpacked to upload Build folder for this extension.

If get cors error

change the origin from localhost to your extension link

// server/index.js 

app.use(
  cors({
    // origin: "chrome://extensions/?errors=kekciafpgdefoippkloamgmcejkbbbbj",
    origin: "http://localhost:3000",
    credentials: true,
  })
);

Overview

Screenshot 2023-06-09 134114 Screenshot 2023-06-09 134133

final.-.Trim.1.mp4

About

Stay updated with real-time cricket scores right at your fingertips with our Cricket Live Score Chrome Extension. Designed for cricket enthusiasts and fans alike, this extension brings you the latest match updates, scores, and statistics from various cricket tournaments around the world.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published