GBG Camp Distributor
A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.
GBG Camp Distributor क्या है?
GBG Camp Distributor PlanetTeamSpeak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GBG Camp Distributor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources. Ensures you place the least amount of siege camps while every province still has four camps supporting it. REQUIRES FOE HELPER TO BE INSTALLED You can download FOE helper here: https://chrome.google.com/webstore/detail/foe-helper/bkagcmloachflbbkfmfiggipaelfamdf
एक्सटेंशन की मूल जानकारी
नाम | GBG Camp Distributor |
ID | ikdffmdnildbkpjpinoiifbfcppfmdpj |
आधिकारिक URL | https://chromewebstore.google.com/detail/gbg-camp-distributor/ikdffmdnildbkpjpinoiifbfcppfmdpj |
विवरण | A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources. |
फ़ाइल का आकार | 40.37 KB |
स्थापना संख्या | 38 |
वर्तमान संस्करण | 0.2.0 |
अंतिम अपडेट | 2023-03-22 |
प्रकाशन तिथि | 2023-02-26 |
डेवलपर | PlanetTeamSpeak |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension |
सहायता पृष्ठ URL | https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GBG Camp Distributor", "version": "0.2.0", "description": "A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.", "author": "PlanetTeamSpeak", "icons": { "16": "imgs\/16-siege_camp.png", "32": "imgs\/32-siege_camp.png", "48": "imgs\/48-siege_camp.png", "128": "imgs\/128-siege_camp.png" }, "action": { "default_title": "GBG Camp Distributor" }, "host_permissions": [ "*:\/\/*.forgeofempires.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.forgeofempires.com\/*" ], "js": [ "js\/web\/injector.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "js\/web\/**", "css\/**", "imgs\/**" ], "matches": [ "*:\/\/*.forgeofempires.com\/*" ] } ] } |