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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |