Free Rider Dark
A dark mode for Free Rider Forums.
Co je Free Rider Dark?
Free Rider Dark je rozšíření Chrome vyvinuté Calculamatrise, a jeho hlavní funkcí je „A dark mode for Free Rider Forums.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Free Rider Dark
Stáhněte si soubory rozšíření Free Rider Dark ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | cmmohgmlmfpcffoegjimbdmhoimmgbbp |
Oficiální URL | https://chromewebstore.google.com/detail/free-rider-dark/cmmohgmlmfpcffoegjimbdmhoimmgbbp |
Popis | A dark mode for Free Rider Forums. |
Velikost souboru | 129 KB |
Počet instalací | 3,000 |
Aktuální Verze | 1.5.4 |
Poslední Aktualizace | 2020-08-12 |
Datum Vydání | 2020-06-03 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | Calculamatrise |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |