PZP Ride Links

Easily find Power Zone Pack challenge rides on Peloton website

What is PZP Ride Links?

PZP Ride Links is a Chrome extension developed by Mary Wholey, and its main feature is "Easily find Power Zone Pack challenge rides on Peloton website".

Extension Screenshots

screenshot

Download PZP Ride Links Extension CRX File

Download PZP Ride Links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension adds a link to Power Zone Pack challenge rides, making it easier to find them on the Peloton website without scrolling through a long list.

Add them to your bookmarks to easily access them on the bike.                    

Extension Basic Information

Name PZP Ride Links PZP Ride Links
ID colfefmakoiidhhdagdinigahaajejmc
Official URL https://chromewebstore.google.com/detail/pzp-ride-links/colfefmakoiidhhdagdinigahaajejmc
Description Easily find Power Zone Pack challenge rides on Peloton website
File Size 3.45 KB
Installation Count 68
Current Version 0.1
Last Updated 2021-02-15
Publish Date 2021-02-10
Rating 5.00/5 Total 2 Ratings
Developer Mary Wholey
Email [email protected]
Payment Type free
Extension Website https://github.com/marywholey/PZP-ride-links
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PZP Ride Links",
    "version": "0.1",
    "description": "Easily find Power Zone Pack challenge rides on Peloton website",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/powerzonepack.com\/members\/challenges"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}