NFL Timezone 18/19
This extension converts the upcoming game time on the top banner of all pages on NFL.com to your own timezone.
What is NFL Timezone 18/19?
NFL Timezone 18/19 is a Chrome extension developed by Mike Spitz, and its main feature is "This extension converts the upcoming game time on the top banner of all pages on NFL.com to your own timezone.".
Extension Screenshots
Download NFL Timezone 18/19 Extension CRX File
Download NFL Timezone 18/19 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Ever been annoyed having to calculate what time the NFL game is on in your area when browsing the NFL site? No more! This extension converts the upcoming game time on the top banner of all pages on NFL.com to your own timezone. It will automatically guess the timezone for you and update accordingly. You are also able to choose whether you would like the actual time to be displayed in a different color. This extension only accesses content on NFL.com purely for updating the time appropriately. Updates: Add fix for morning games not being converted correctly
Extension Basic Information
Name | NFL Timezone 18/19 |
ID | hbankanjaoileihnbmkeamgiapheiapb |
Official URL | https://chromewebstore.google.com/detail/nfl-timezone-1819/hbankanjaoileihnbmkeamgiapheiapb |
Description | This extension converts the upcoming game time on the top banner of all pages on NFL.com to your own timezone. |
File Size | 270 KB |
Installation Count | 42 |
Current Version | 1.70 |
Last Updated | 2018-09-08 |
Publish Date | 2018-09-08 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Mike Spitz |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Mike Spitz", "name": "NFL Timezone 18\/19", "short_name": "NFL Timezone", "description": "This extension converts the upcoming game time on the top banner of all pages on NFL.com to your own timezone.", "version": "1.70", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "js": [ "lib\/jquery\/jquery.min.js", "lib\/momentjs\/moment-with-locales.min.js", "lib\/momentjs\/moment-timezone-with-data.min.js", "content_scripts.js" ], "matches": [ "*:\/\/*.nfl.com\/*" ] } ], "icons": { "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png", "250": "icons\/icon_250.png" }, "options_page": "options.html", "permissions": [ "activeTab", "storage", "*:\/\/*.nfl.com\/*" ] } |