eToro Delta
Display changes in eToro portfolio page
What is eToro Delta?
eToro Delta is a Chrome extension developed by andreibsk, and its main feature is "Display changes in eToro portfolio page".
Extension Screenshots
Download eToro Delta Extension CRX File
Download eToro Delta 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
Create snapshots of your portfolio positions and total equity and display live changes compared to a specified point to aid you make trading decisions.
Extension Basic Information
Name | eToro Delta |
ID | kolnkomimpccnokijomddpefojoiieon |
Official URL | https://chromewebstore.google.com/detail/etoro-delta/kolnkomimpccnokijomddpefojoiieon |
Description | Display changes in eToro portfolio page |
File Size | 105 KB |
Installation Count | 89 |
Current Version | 1.0.8 |
Last Updated | 2024-01-04 |
Publish Date | 2020-03-16 |
Rating | 5.00/5 Total 3 Ratings |
Developer | andreibsk |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/andreibsk/etoro-delta |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eToro Delta", "version": "1.0.8", "description": "Display changes in eToro portfolio page", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.etoro.com\/*" ], "js": [ "main.js" ], "css": [ "main.css" ] } ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "web_accessible_resources": [ "images\/*.png" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgJHwVcreoBFIm3cBcdkMIkXhEqZLWePu4Gegn5s0WCyFRHYeIupD4R9SeyB0sKZGnWPc84xVK8aLEbEdlQSMM2+5LQV9G\/yOeq0ze9tOEsT\/lRqdC0Zrngdbvg\/Zy2iR\/iJDaJUVs9ggfL6IXxMOByxwV4op8JAPIREMQLpwfho4HbXr8+3igZIBq4eo2J+8NyB9CmRp1UFkUnKy8\/dd8h4AF\/e2\/aDqKyoFGx9Ias6mPHI+yS620bvMICo3mszwSvBBmvgltUODC45NQU1bHuAy5iZrBAUTuczNbKmYrHnRz7DcbPK7yuNCxM19+Sn3gJA\/xmSiVtLuOWOHMpWjkwIDAQAB", "manifest_version": 2 } |