Erev2 Damage Calculator
Erev2 Invidual damage calculator made by Wolf72x
What is Erev2 Damage Calculator?
Erev2 Damage Calculator is a Chrome extension developed by Wolf72x, and its main feature is "Erev2 Invidual damage calculator made by Wolf72x".
Extension Screenshots
Download Erev2 Damage Calculator Extension CRX File
Download Erev2 Damage Calculator 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
Chrome extension for Erevollution game. This extension adds calculator on profile page which calculates damage.
Extension Basic Information
Name | Erev2 Damage Calculator |
ID | mancnjdnhpdpfggmhilnglkhmphindbf |
Official URL | https://chromewebstore.google.com/detail/erev2-damage-calculator/mancnjdnhpdpfggmhilnglkhmphindbf |
Description | Erev2 Invidual damage calculator made by Wolf72x |
File Size | 53.31 KB |
Installation Count | 26 |
Current Version | 1.0.5 |
Last Updated | 2019-11-16 |
Publish Date | 2019-11-16 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Wolf72x |
Payment Type | free |
Extension Website | https://www.erev2.com |
Supported Languages | en |
manifest.json | |
{ "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery-3.3.1.min.js", "content.js" ], "matches": [ "https:\/\/www.erev2.com\/*\/profile\/*" ] } ], "description": "Erev2 Invidual damage calculator made by Wolf72x", "icons": { "48": "favicon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkvcRHo6MFn5AGV6fv5fPJNA2n6L0kdXB6we+h4RbuPSnDmfS3RaSuMmRlOsFL6ktmCZxlJwGMx6YBaaTmy6xHr9iX79UQBVZidcz81hK1cRw2WuWTfOdyYwBwDP2bamfzVNHUhiuTnLq3xpX8UrslRbmDD4O+T2\/6OaT+cu++WD2rQFgOPqR8pQdRYqR8jN8QHULkWJch4CgJud3KYU\/EFyg6jl7TIVLtYlVob2HNXPihmPQ3yNPmxVb\/p9aCylTMFtOSd+COjfYo1Gwhx4QDpWtfxAh7PaAIaydHWcPSBdWh6x5Qa8fK8S0oeP4eDvo2SGaxnRPJ4iI67AExMc6kQIDAQAB", "manifest_version": 2, "name": "Erev2 Damage Calculator", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5", "web_accessible_resources": [ "def.html" ] } |