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!

Apa itu Are You Watching This?!?

Are You Watching This?! adalah ekstensi Chrome yang dikembangkan oleh https://areyouwatchingthis.com, dan fitur utamanya adalah "Live Scores and Excitement Alerts for NFL, NBA, NHL, MLB, NCAA Basketball, NCAA Football, and Soccer. Never miss an Instant Classic!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Are You Watching This?!

Unduh file ekstensi Are You Watching This?! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This is a Chrome Extension that has Sports Scores, TV Listings, and Excitement Ratings.                    

Informasi Dasar Ekstensi

Nama Are You Watching This?! Are You Watching This?!
ID pfneigogocifpmjngcpbhfmjhbckjcao
URL Resmi https://chromewebstore.google.com/detail/are-you-watching-this/pfneigogocifpmjngcpbhfmjhbckjcao
Deskripsi Live Scores and Excitement Alerts for NFL, NBA, NHL, MLB, NCAA Basketball, NCAA Football, and Soccer. Never miss an Instant Classic!
Ukuran File 893 KB
Jumlah Instalasi 7,740
Versi Saat Ini 3.02
Terakhir Diperbarui 2023-05-30
Tanggal Publikasi 2019-04-14
Penilaian 4.26/5 Total 189 Penilaian
Pengembang https://areyouwatchingthis.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://areyouwatchingthis.com
URL Halaman Bantuan http://areyouwatchingthis.com/contact
URL Halaman Kebijakan Privasi https://areyouwatchingthis.com/privacy
Bahasa yang Didukung 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"
    ]
}