RotoGrinders - PrizePicks Tools
RotoGrinders projections and player props on PrizePicks
RotoGrinders - PrizePicks Toolsคืออะไร?
RotoGrinders - PrizePicks Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David และคุณลักษณะหลักของมันคือ "RotoGrinders projections and player props on PrizePicks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RotoGrinders - PrizePicks Tools
ดาวน์โหลดไฟล์ส่วนขยาย RotoGrinders - PrizePicks Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Premium RotoGrinders subscribers can view player projections for a variety of stat categories when entering contests on PrizePicks to help them make informed decisions. To access this content, RotoGrinders premium subscribers must sign into the extension. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | halpfniallabfenmpmkchcinbkigcjkj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rotogrinders-prizepicks-t/halpfniallabfenmpmkchcinbkigcjkj |
| คำอธิบาย | RotoGrinders projections and player props on PrizePicks |
| ขนาดไฟล์ | 276 KB |
| จำนวนการติดตั้ง | 708 |
| เวอร์ชันปัจจุบัน | 1.0.40 |
| อัปเดตครั้งล่าสุด | 2024-02-23 |
| วันที่เผยแพร่ | 2022-01-18 |
| คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | David |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://rotogrinders.com |
| URL หน้าช่วยเหลือ | https://rotogrinders.com |
| URL หน้านโยบายความเป็นส่วนตัว | https://rotogrinders.com/static/privacy-policy |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "RotoGrinders - PrizePicks Tools",
"action": {
"default_icon": {
"48": "images\/icon_48.png"
},
"show_matches": [
"https:\/\/app.prizepicks.com\/*"
],
"default_popup": "html\/prizepicksPopup.html"
},
"version": "1.0.40",
"description": "RotoGrinders projections and player props on PrizePicks",
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.prizepicks.com\/*"
],
"js": [
"js\/extInfo.js",
"js\/statMapping.js",
"js\/nameMatching.js",
"js\/picksBoard.js",
"js\/initialization.js"
],
"css": [
"css\/extInfoModal.css"
],
"run_at": "document_start",
"all_frames": false,
"exclude_matches": [
"*:\/\/*\/*debug*"
]
}
],
"host_permissions": [
"https:\/\/*.rotogrinders.com\/*"
],
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"html\/extInfoModal.html",
"images\/logo.png",
"images\/icon_128.png",
"images\/picks-board-display.png",
"images\/premium-popup.png",
"images\/icon_48.png"
],
"matches": [
"https:\/\/app.prizepicks.com\/*"
],
"all_frames": false
}
],
"icons": {
"16": "images\/icon_16.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
}
} | |