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!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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?! Are You Watching This?!
ID pfneigogocifpmjngcpbhfmjhbckjcao
官方網址 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"
    ]
}