[CB] eRepublik
eRepublik.com enhancements
[CB] eRepublik क्या है?
[CB] eRepublik https://erpk.bularca.ro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "eRepublik.com enhancements"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में [CB] eRepublik एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 :)
एक्सटेंशन की मूल जानकारी
नाम | [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" } |