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?! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://areyouwatchingthis.com และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Are You Watching This?!

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}