Stock Spyder
Market Watch
What is Stock Spyder?
Stock Spyder is a Chrome extension developed by softplug private ltd., and its main feature is "Market Watch".
Extension Screenshots
Download Stock Spyder Extension CRX File
Download Stock Spyder 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
Stock Spyder helps you monitor stocks, create a watchlist, get info on highest gainers/losers, and a new toolbar to view all of it.
Extension Basic Information
Name | Stock Spyder |
ID | boppgglchdhkmfogbmcfcblbjckoebni |
Official URL | https://chromewebstore.google.com/detail/stock-spyder/boppgglchdhkmfogbmcfcblbjckoebni |
Description | Market Watch |
File Size | 327 KB |
Installation Count | 13 |
Current Version | 1.0.1 |
Last Updated | 2021-03-13 |
Publish Date | 2021-03-08 |
Rating | 5.00/5 Total 3 Ratings |
Developer | softplug private ltd. |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stock Spyder", "description": "Market Watch", "homepage_url": "https:\/\/github.com\/softplug\/stock-spyder", "version": "1.0.1", "permissions": [ "storage" ], "author": "SoftPlug", "minimum_chrome_version": "49", "browser_action": { "default_popup": "popup.html", "default_title": "Track Your Stocks", "chrome_style": false, "default_icon": { "16": "assets\/icons\/icon-16.png", "32": "assets\/icons\/icon-32.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" } }, "background": { "scripts": [ "js\/background.js", "js\/jquery.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/drag-and-drop.js", "js\/show-marquee.js" ], "css": [ "styles\/show-marquee.css" ] } ], "web_accessible_resources": [ "assets\/*" ], "content_security_policy": "script-src 'self' https:\/\/netdna.bootstrapcdn.com\/; object-src 'self';" } |