Degiro in English
Enables English interface on Degiro stock trading platform
What is Degiro in English?
Degiro in English is a Chrome extension developed by vp-developer, and its main feature is "Enables English interface on Degiro stock trading platform".
Extension Screenshots
Download Degiro in English Extension CRX File
Download Degiro in English 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
If you use an online stock trading platform called Degiro and would like to have an English interface in there this extension is going to fix it! If you already have one this extension won't bring you any value, it is created for accounts which have a predefined interface language they can't change because of the platform limitations. 🔐 Your privacy matters, the extension doesn't collect any data! Check the source code here: https://github.com/vermilion1/degiro-en
Extension Basic Information
Name | Degiro in English |
ID | bfkomkpemefbcjbajoigodbponjcigcn |
Official URL | https://chromewebstore.google.com/detail/degiro-in-english/bfkomkpemefbcjbajoigodbponjcigcn |
Description | Enables English interface on Degiro stock trading platform |
File Size | 86.26 KB |
Installation Count | 462 |
Current Version | 1.3 |
Last Updated | 2021-06-10 |
Publish Date | 2021-01-10 |
Rating | 5.00/5 Total 7 Ratings |
Developer | vp-developer |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Degiro in English", "version": "1.3", "description": "Enables English interface on Degiro stock trading platform", "manifest_version": 2, "icons": { "16": "\/assets\/icons\/icon16.png", "48": "\/assets\/icons\/icon48.png", "128": "\/assets\/icons\/icon128.png" }, "browser_action": { "default_popup": "\/src\/popup\/popup.html" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/trader.degiro.cz\/*", "*:\/\/trader.degiro.ch\/*", "*:\/\/trader.degiro.dk\/*", "*:\/\/trader.degiro.de\/*", "*:\/\/trader.degiro.es\/*", "*:\/\/trader.degiro.gr\/*", "*:\/\/trader.degiro.fr\/*", "*:\/\/trader.degiro.ie\/*", "*:\/\/trader.degiro.it\/*", "*:\/\/trader.degiro.nl\/*", "*:\/\/trader.degiro.co.no\/*", "*:\/\/trader.degiro.hu\/*", "*:\/\/trader.degiro.at\/*", "*:\/\/trader.degiro.pl\/*", "*:\/\/trader.degiro.pt\/*", "*:\/\/trader.degiro.fi\/*", "*:\/\/trader.degiro.se\/*", "*:\/\/trader.degiro.co.uk\/*" ], "background": { "page": "\/src\/index.html", "persistent": true } } |