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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "No more clicking through on each horse to find alternative entries! Find all alternative entries for every horse on a card when on…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Racing Post Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |