Live cricket scoreboard
This extension shows live scoreboard for a cricket match.
Wat is Live cricket scoreboard?
Live cricket scoreboard is een Chrome-extensie ontwikkeld door abhi, en de belangrijkste functie is "This extension shows live scoreboard for a cricket match.".
Extensie Screenshots
Download het CRX-bestand van de extensie Live cricket scoreboard
Download Live cricket scoreboard-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 show you live cricket scores, previous cricket match results and upcoming matches venue and date.
Basisinformatie over de Extensie
Naam | |
ID | fgpmbmjmcdioelmfkgcfoimlibnnedpa |
Officiële URL | https://chrome.google.com/webstore/detail/live-cricket-scoreboard/fgpmbmjmcdioelmfkgcfoimlibnnedpa |
Beschrijving | This extension shows live scoreboard for a cricket match. |
Bestandsgrootte | 164 KB |
Aantal Installaties | 187 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2016-01-29 |
Publicatiedatum | 2016-01-29 |
Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | abhi |
Betalingswijze | free |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Live cricket scoreboard", "description": "This extension shows live scoreboard for a cricket match.", "version": "2.0", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Live Cricket Score!!!" }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*" ], "css": [ "fix.css" ], "js": [ "live-score.js", "fixtures.js" ] } ], "permissions": [ "storage", "activeTab", "https:\/\/ajax.googleapis.com\/", "http:\/\/*.google.com\/", "https:\/\/*.google.com\/", "http:\/\/*.cricbuzz.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png", "fix.css" ] } |