Free Rider Dark
A dark mode for Free Rider Forums.
What is Free Rider Dark?
Free Rider Dark is a Chrome extension developed by Calculamatrise, and its main feature is "A dark mode for Free Rider Forums.".
Extension Screenshots
Download Free Rider Dark Extension CRX File
Download Free Rider Dark 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 is a dark mode/night mode for the game Free Rider as well as the forums. This mod includes some amazing features such as coloured bikes and more.
Extension Basic Information
Name | |
ID | cmmohgmlmfpcffoegjimbdmhoimmgbbp |
Official URL | https://chromewebstore.google.com/detail/free-rider-dark/cmmohgmlmfpcffoegjimbdmhoimmgbbp |
Description | A dark mode for Free Rider Forums. |
File Size | 129 KB |
Installation Count | 3,000 |
Current Version | 1.5.4 |
Last Updated | 2020-08-12 |
Publish Date | 2020-06-03 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Calculamatrise |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Free Rider Dark", "version": "1.5.4", "description": "A dark mode for Free Rider Forums.", "author": "Calculus", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/community.freeriderhd.com\/*" ], "web_accessible_resources": [ "styles\/forums.css", "styles\/forums_two.css", "styles\/forums_three.css", "styles\/forums_four.css", "styles\/forums_thread.css" ], "icons": { "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_128.png", "default_popup": "popup.html", "default_title": "Free Rider Dark" } } |