[CB] eRepublik
eRepublik.com enhancements
[CB] eRepublik란 무엇입니까?
[CB] eRepublik은(는) https://erpk.bularca.ro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "eRepublik.com enhancements"입니다.
확장 프로그램 스크린샷
[CB] eRepublik 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 :) 확장 프로그램 기본 정보
| 이름 | |
| ID | hcllofidbkalfnhfapholimfflgpojdp |
| 공식 URL | https://chromewebstore.google.com/detail/cb-erepublik/hcllofidbkalfnhfapholimfflgpojdp |
| 설명 | eRepublik.com enhancements |
| 파일 크기 | 1.12 MB |
| 설치 횟수 | 3,066 |
| 현재 버전 | 1.2.45 |
| 최근 업데이트 | 2021-03-02 |
| 출시 날짜 | 2020-06-11 |
| 평점 | 4.68/5 총 84 개의 평점 |
| 개발자 | https://erpk.bularca.ro |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://erpk.bularca.ro/scripts/ |
| 도움말 페이지 URL | https://bitbucket.org/PannikAttack/crpk/issues |
| 개인정보 보호 정책 페이지 URL | https://erpk.bularca.ro/scripts/privacy.html |
| 지원되는 언어 | 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"
} | |