Are You Watching This?!
Live Scores and Excitement Alerts for NFL, NBA, NHL, MLB, NCAA Basketball, NCAA Football, and Soccer. Never miss an Instant Classic!
什么是Are You Watching This?!?
Are You Watching This?!是由https://areyouwatchingthis.com开发的Chrome扩展程序,该扩展的主要功能是“Live Scores and Excitement Alerts for NFL, NBA, NHL, MLB, NCAA Basketball, NCAA Football, and Soccer. Never miss an Instant Classic!”。
扩展截图
下载Are You Watching This?!扩展crx文件
下载Are You Watching This?!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a Chrome Extension that has Sports Scores, TV Listings, and Excitement Ratings.
扩展基本信息
名称 | Are You Watching This?! |
ID | pfneigogocifpmjngcpbhfmjhbckjcao |
官方URL | https://chromewebstore.google.com/detail/are-you-watching-this/pfneigogocifpmjngcpbhfmjhbckjcao |
简介 | Live Scores and Excitement Alerts for NFL, NBA, NHL, MLB, NCAA Basketball, NCAA Football, and Soccer. Never miss an Instant Classic! |
文件大小 | 893 KB |
安装次数 | 7,740 |
当前版本 | 3.02 |
更新时间 | 2023-05-30 |
上架时间 | 2019-04-14 |
评分 | 4.26/5 共189次评分 |
开发者 | https://areyouwatchingthis.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://areyouwatchingthis.com |
帮助页面URL | http://areyouwatchingthis.com/contact |
隐私政策页面URL | https://areyouwatchingthis.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Are You Watching This?!", "version": "3.02", "description": "Live Scores and Excitement Alerts for NFL, NBA, NHL, MLB, NCAA Basketball, NCAA Football, and Soccer. Never miss an Instant Classic!", "options_ui": { "page": "options.html", "browser_style": true, "open_in_tab": true }, "background": { "scripts": [ "js\/common.js", "js\/badge.js", "js\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "index.html" }, "icons": { "16": "images\/icons\/icon-16.png", "32": "images\/icons\/icon-32.png", "48": "images\/icons\/icon-48.png", "128": "images\/icons\/icon-128.png", "400": "images\/icons\/icon-400.png" }, "permissions": [ "https:\/\/*.areyouwatchingthis.com\/", "notifications" ] } |