[CB] eRepublik
eRepublik.com enhancements
Hvad er [CB] eRepublik?
[CB] eRepublik er en Chrome-udvidelse udviklet af https://erpk.bularca.ro, og dens hovedfunktion er "eRepublik.com enhancements".
Udvidelsesskærmbilleder
Download [CB] eRepublik-udvidelses-CRX-fil
Download [CB] eRepublik-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Fair Warning: This script is updated "on the fly" and injects External Scripts into eRepublik.com Auto: Eat, Fight, Hunt for EPIC Battles, Work Overtime Mass mailing MoD Pack: CO scanning, CoD scanning, MoDpack Map (larger, with routes and resources) MU Helper: Mass Donate And lots of other miscellaneous stuff :)
Grundlæggende oplysninger om udvidelsen
Navn | [CB] eRepublik |
ID | hcllofidbkalfnhfapholimfflgpojdp |
Officiel URL | https://chromewebstore.google.com/detail/cb-erepublik/hcllofidbkalfnhfapholimfflgpojdp |
Beskrivelse | eRepublik.com enhancements |
Filstørrelse | 1.12 MB |
Antal Installationer | 3,066 |
Nuværende Version | 1.2.45 |
Senest Opdateret | 2021-03-02 |
Udgivelsesdato | 2020-06-11 |
Bedømmelse | 4.68/5 Samlet 84 Bedømmelser |
Udvikler | https://erpk.bularca.ro |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://erpk.bularca.ro/scripts/ |
Hjælpeside-URL | https://bitbucket.org/PannikAttack/crpk/issues |
URL til Fortrolighedspolitik Side | https://erpk.bularca.ro/scripts/privacy.html |
Understøttede Sprog | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "inject-document-start.js" ], "css": [ "crpk-resources\/fonts.css" ], "matches": [ "*:\/\/www.erepublik.com\/*" ], "run-at": "document_start" } ], "web_accessible_resources": [ "crpk-resources\/fonts.css", "crpk-resources\/*", "crpk-resources\/font-awesome\/*", "crpk-resources\/open-sans-condensed\/*", "crpk-resources\/roboto\/*" ], "description": "eRepublik.com enhancements", "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "32": "icons\/icon-32.png", "38": "icons\/icon-38.png", "48": "icons\/icon-48.png" }, "incognito": "split", "manifest_version": 2, "name": "[CB] eRepublik", "options_page": "options.html", "page_action": { "default_icon": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "38": "icons\/icon-38.png", "48": "icons\/icon-48.png" }, "default_popup": "options.html", "default_title": "[CB] eRepublik :: Settings" }, "permissions": [ "https:\/\/www.erepublik.com\/*", "tabs", "storage", "alarms", "webRequest", "webRequestBlocking" ], "short_name": "[CB] eRepublik", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.45" } |