Free Rider Lite
This mod provides added features the free rider editor along with a better overall experience in the game. This mod was originally…
Free Rider Lite क्या है?
Free Rider Lite Calculamatrise द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This mod provides added features the free rider editor along with a better overall experience in the game. This mod was originally…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Free Rider Lite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This mod provides added features the free rider editor along with a better overall experience in the game. This mod was originally made for cosmetics changes. I've grown stronger...
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mmmpacciomidmplocdcaheednkepbdkb |
आधिकारिक URL | https://chromewebstore.google.com/detail/free-rider-lite/mmmpacciomidmplocdcaheednkepbdkb |
विवरण | This mod provides added features the free rider editor along with a better overall experience in the game. This mod was originally… |
फ़ाइल का आकार | 535 KB |
स्थापना संख्या | 1,341 |
वर्तमान संस्करण | 4.0.23 |
अंतिम अपडेट | 2021-07-17 |
प्रकाशन तिथि | 2020-06-15 |
रेटिंग | 4.25/5 कुल 4 रेटिंग्स |
डेवलपर | Calculamatrise |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.freeriderhd.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free Rider Lite", "version": "4.0.23", "author": "Calculamatrise", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/frhd.kanoapps.com\/*", "*:\/\/www.freeriderhd.com\/*" ], "js": [ "bootstrap.js" ], "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "storage", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/frhd.kanoapps.com\/*", "*:\/\/www.freeriderhd.com\/*", "*:\/\/cdn.kanoapps.com\/free_rider_hd\/assets\/scripts\/game\/game.min.*.js", "*:\/\/cdn.freeriderhd.com\/free_rider_hd\/assets\/scripts\/game\/game.min.*.js" ], "web_accessible_resources": [ { "resources": [ "bootstrap.js", "overlay\/*", "class\/*", "libs\/*" ], "matches": [ "*:\/\/frhd.kanoapps.com\/*", "*:\/\/www.freeriderhd.com\/*" ] } ], "icons": { "225": "icons\/icon_225.png", "128": "icons\/icon_128.png", "64": "icons\/icon_64.png", "32": "icons\/icon_32.png", "16": "icons\/icon_16.png" }, "action": { "default_icon": { "225": "icons\/icon_225.png", "128": "icons\/icon_128.png", "64": "icons\/icon_64.png", "32": "icons\/icon_32.png", "16": "icons\/icon_16.png" }, "default_popup": "popup.html" } } |