Coaster Credit Tracker
Track your number of roller coasters ridden and more!
What is Coaster Credit Tracker?
Coaster Credit Tracker is a Chrome extension developed by Jeremy Oliver, and its main feature is "Track your number of roller coasters ridden and more!".
Extension Screenshots
Download Coaster Credit Tracker Extension CRX File
Download Coaster Credit Tracker 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
The easiest way to track your coaster credits. While on rcdb.com, you can click any checkbox next to a roller coaster and the extension will automatically add that roller coaster to your list. Features: - Can add and remove roller coasters through checkboxes on RCDB - Import and export your ridden coaster list - Automatically saves multiple statistics about each roller coaster you have ridden - Sort ridden coasters by many categories, including Manufacturer, Type, and Height
Extension Basic Information
Name | Coaster Credit Tracker |
ID | dhbnmbjofhdglelllpejjgnenchmkgnd |
Official URL | https://chromewebstore.google.com/detail/coaster-credit-tracker/dhbnmbjofhdglelllpejjgnenchmkgnd |
Description | Track your number of roller coasters ridden and more! |
File Size | 18.63 KB |
Installation Count | 83 |
Current Version | 1.2 |
Last Updated | 2022-08-24 |
Publish Date | 2022-08-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Jeremy Oliver |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coaster Credit Tracker", "description": "Track your number of roller coasters ridden and more!", "version": "1.2", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/rcdb.com\/*" ], "js": [ "control.js", "content.js" ] } ], "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/cctnew16.png", "32": "\/images\/cctnew32.png", "48": "\/images\/cctnew48.png", "128": "\/images\/cctnew128.png" } }, "icons": { "16": "\/images\/cctnew16.png", "32": "\/images\/cctnew32.png", "48": "\/images\/cctnew48.png", "128": "\/images\/cctnew128.png" } } |