[CB] eRepublik
eRepublik.com enhancements
[CB] eRepublik là gì?
[CB] eRepublik là một tiện ích mở rộng Chrome được phát triển bởi https://erpk.bularca.ro, và tính năng chính của nó là "eRepublik.com enhancements".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng [CB] eRepublik
Tải xuống các tệp mở rộng [CB] eRepublik dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | [CB] eRepublik |
ID | hcllofidbkalfnhfapholimfflgpojdp |
URL Chính Thức | https://chromewebstore.google.com/detail/cb-erepublik/hcllofidbkalfnhfapholimfflgpojdp |
Mô tả | eRepublik.com enhancements |
Kích Thước Tệp | 1.12 MB |
Số Lần Cài Đặt | 3,066 |
Phiên Bản Hiện Tại | 1.2.45 |
Cập Nhật Lần Cuối | 2021-03-02 |
Ngày Phát Hành | 2020-06-11 |
Đánh Giá | 4.68/5 Tổng số 84 Đánh Giá |
Nhà Phát Triển | https://erpk.bularca.ro |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://erpk.bularca.ro/scripts/ |
URL Trang Trợ Giúp | https://bitbucket.org/PannikAttack/crpk/issues |
URL Trang Chính Sách Bảo Mật | https://erpk.bularca.ro/scripts/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |