RideShare Trip Stats

Analyzes your rideshare profile to show statistics on your rides!

What is RideShare Trip Stats?

RideShare Trip Stats is a Chrome extension developed by https://jonlu.ca, and its main feature is "Analyzes your rideshare profile to show statistics on your rides!".

Extension Screenshots

screenshot
screenshot

Download RideShare Trip Stats Extension CRX File

Download RideShare Trip Stats 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

                        Analyses your full rideshare app ride history for interesting statistics. This includes:

* Total spent, in all currencies

* Favorite locations

* # Rides by year, month, and car model

* Total distance traveled

* More!

Go to https://riders.uber.com/trips?offset=0 and click the icon in the top bar to start!                    

Extension Basic Information

Name RideShare Trip Stats RideShare Trip Stats
ID kddlnbejbpknoedebeojobofnbdfhpnm
Official URL https://chromewebstore.google.com/detail/rideshare-trip-stats/kddlnbejbpknoedebeojobofnbdfhpnm
Description Analyzes your rideshare profile to show statistics on your rides!
File Size 203 KB
Installation Count 6,726
Current Version 10.1
Last Updated 2022-11-13
Publish Date 2020-05-30
Rating 4.06/5 Total 36 Ratings
Developer https://jonlu.ca
Email [email protected]
Payment Type free
Extension Website https://jonlu.ca
Privacy Policy Page URL https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RideShare Trip Stats",
    "version": "10.1",
    "description": "Analyzes your rideshare profile to show statistics on your rides!",
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/uber.com\/*",
        "https:\/\/*.uber.com\/*",
        "https:\/\/*.ubereats.com\/*"
    ],
    "action": {
        "default_title": "Click to run"
    },
    "homepage_url": "https:\/\/jonlu.ca",
    "icons": {
        "32": "images\/icon32.png",
        "38": "images\/icon.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/_commonjsHelpers.b8add541.js",
                "assets\/sweetalert2.all.f02475f9.js",
                "assets\/RideShareStats.ts.584459ca.js"
            ],
            "use_dynamic_url": false
        }
    ]
}