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!

Hvad er Are You Watching This?!?

Are You Watching This?! er en Chrome-udvidelse udviklet af https://areyouwatchingthis.com, og dens hovedfunktion er "Live Scores and Excitement Alerts for NFL, NBA, NHL, MLB, NCAA Basketball, NCAA Football, and Soccer. Never miss an Instant Classic!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Are You Watching This?!-udvidelses-CRX-fil

Download Are You Watching This?!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Are You Watching This?! Are You Watching This?!
ID pfneigogocifpmjngcpbhfmjhbckjcao
Officiel URL https://chromewebstore.google.com/detail/are-you-watching-this/pfneigogocifpmjngcpbhfmjhbckjcao
Beskrivelse Live Scores and Excitement Alerts for NFL, NBA, NHL, MLB, NCAA Basketball, NCAA Football, and Soccer. Never miss an Instant Classic!
Filstørrelse 893 KB
Antal Installationer 7,740
Nuværende Version 3.02
Senest Opdateret 2023-05-30
Udgivelsesdato 2019-04-14
Bedømmelse 4.26/5 Samlet 189 Bedømmelser
Udvikler https://areyouwatchingthis.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://areyouwatchingthis.com
Hjælpeside-URL http://areyouwatchingthis.com/contact
URL til Fortrolighedspolitik Side https://areyouwatchingthis.com/privacy
Understøttede Sprog 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"
    ]
}