RotoGrinders - PrizePicks Tools

RotoGrinders projections and player props on PrizePicks

RotoGrinders - PrizePicks Tools là gì?

RotoGrinders - PrizePicks Tools là một tiện ích mở rộng Chrome được phát triển bởi David, và tính năng chính của nó là "RotoGrinders projections and player props on PrizePicks".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RotoGrinders - PrizePicks Tools

Tải xuống các tệp mở rộng RotoGrinders - PrizePicks Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RotoGrinders - PrizePicks Tools RotoGrinders - PrizePicks Tools
ID halpfniallabfenmpmkchcinbkigcjkj
URL Chính Thức https://chromewebstore.google.com/detail/rotogrinders-prizepicks-t/halpfniallabfenmpmkchcinbkigcjkj
Mô tả RotoGrinders projections and player props on PrizePicks
Kích Thước Tệp 276 KB
Số Lần Cài Đặt 708
Phiên Bản Hiện Tại 1.0.40
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2022-01-18
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển David
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rotogrinders.com
URL Trang Trợ Giúp https://rotogrinders.com
URL Trang Chính Sách Bảo Mật https://rotogrinders.com/static/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}