OC Magician Cast 4
An extension that helps to play the online game Old-Combats.com
Qu'est-ce que OC Magician Cast 4 ?
OC Magician Cast 4 est une extension Chrome développée par dager, et sa fonction principale est "An extension that helps to play the online game Old-Combats.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OC Magician Cast 4
Téléchargez les fichiers d'extension OC Magician Cast 4 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Убирает запрос выбора цель каста при использовании приемов атаки и хилла требующие указания цели. Также помогает выбрать вещи в турнирных боях.
Informations de Base sur l'Extension
Nom | |
ID | fmbcabclpboediedobfeefeagpagpckd |
URL Officiel | https://chromewebstore.google.com/detail/oc-magician-cast-4/fmbcabclpboediedobfeefeagpagpckd |
Description | An extension that helps to play the online game Old-Combats.com |
Taille du Fichier | 92.49 KB |
Nombre d'Installations | 59 |
Version Actuelle | 1.057 |
Dernière Mise à Jour | 2022-03-11 |
Date de Publication | 2021-05-06 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | dager |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |