Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Aug 22, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Knaresborough - Mens First Team League Table",
"description": "League Table:Knaresborough Mens First Team",
"version": "1.5",
"manifest_version": 3,
"icons": {
"16": "firstteam16.png",
"48": "firstteam48.png",
"128": "firstteam128.png"
},
"action": {
"default_icon": "firstteam16.png",
"default_title": "League Table - Mens First Team"
},
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.ncefl.org.uk\/tables\/*"
],
"js": [
"jquery.min.js",
"GetFirstTeam.js"
]
}
],
"host_permissions": [
"http:\/\/www.ncefl.org.uk\/tables\/*"
]
}