[CB] eRepublik

eRepublik.com enhancements

[CB] eRepublikคืออะไร?

[CB] eRepublik เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://erpk.bularca.ro และคุณลักษณะหลักของมันคือ "eRepublik.com enhancements"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย [CB] eRepublik

ดาวน์โหลดไฟล์ส่วนขยาย [CB] eRepublik ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ [CB] eRepublik [CB] eRepublik
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"
}