OC Magician Cast 4
An extension that helps to play the online game Old-Combats.com
What is OC Magician Cast 4?
OC Magician Cast 4 is a Chrome extension developed by dager, and its main feature is "An extension that helps to play the online game Old-Combats.com".
Extension Screenshots
Download OC Magician Cast 4 Extension CRX File
Download OC Magician Cast 4 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Убирает запрос выбора цель каста при использовании приемов атаки и хилла требующие указания цели. Также помогает выбрать вещи в турнирных боях.
Extension Basic Information
Name | |
ID | fmbcabclpboediedobfeefeagpagpckd |
Official URL | https://chromewebstore.google.com/detail/oc-magician-cast-4/fmbcabclpboediedobfeefeagpagpckd |
Description | An extension that helps to play the online game Old-Combats.com |
File Size | 92.49 KB |
Installation Count | 59 |
Current Version | 1.057 |
Last Updated | 2022-03-11 |
Publish Date | 2021-05-06 |
Rating | 1.00/5 Total 1 Ratings |
Developer | dager |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OC Magician Cast 4", "description": "An extension that helps to play the online game Old-Combats.com", "version": "1.057", "author": "Dager", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/old-combats.com\/main.php*", "http:\/\/www.old-combats.com\/main.php*", "https:\/\/old-combats.com\/buttons.php*", "https:\/\/www.old-combats.com\/buttons.php*", "https:\/\/old-combats.com\/main.php*", "https:\/\/www.old-combats.com\/main.php*" ], "all_frames": true, "js": [ "jquery-3.4.1.min.js", "content.js" ] } ] } |