Racing Post Extension
No more clicking through on each horse to find alternative entries! Find all alternative entries for every horse on a card when on…
Racing Post Extension란 무엇입니까?
Racing Post Extension은(는) solarsituation123에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No more clicking through on each horse to find alternative entries! Find all alternative entries for every horse on a card when on…"입니다.
확장 프로그램 스크린샷
Racing Post Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
No more clicking through on each horse to find alternative entries! Find all alternative entries for every horse on a card when on the Racing Post website at the click of a button, or hover over each horse to see them in a pop-up box. Each alternative entry is a clickable URL so you can also go straight to each race.
확장 프로그램 기본 정보
이름 | Racing Post Extension |
ID | okaaekmiapgagpkoipokbekcafmcchfj |
공식 URL | https://chromewebstore.google.com/detail/racing-post-extension/okaaekmiapgagpkoipokbekcafmcchfj |
설명 | No more clicking through on each horse to find alternative entries! Find all alternative entries for every horse on a card when on… |
파일 크기 | 2.46 MB |
설치 횟수 | 71 |
현재 버전 | 1.1.7 |
최근 업데이트 | 2021-12-16 |
출시 날짜 | 2021-05-12 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | solarsituation123 |
이메일 | [email protected] |
결제 유형 | in_app |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "short_name": "__MSG_short_name__", "default_locale": "en", "description": "__MSG_description__", "background": { "persistent": true, "scripts": [ "src\/js\/extpay-client.min.js", "src\/js\/background.min.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.racingpost.com\/racecards\/*", "*:\/\/racingpost.com\/racecards\/*" ], "js": [ "src\/js\/rpe.min.js" ], "all_frames": false }, { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "src\/js\/extpay-client.min.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/racingpost.com\/*", "https:\/\/*.racingpost.com\/*", "https:\/\/extensionpay.com\/*", "storage" ], "minimum_chrome_version": "61", "version": "1.1.7", "version_name": "1.1.7" } |