Stokki
Load your favorite stocks sites, all at once, with a single Stock-Ticker submit
What is Stokki?
Stokki is a Chrome extension developed by XYZET, and its main feature is "Load your favorite stocks sites, all at once, with a single Stock-Ticker submit".
Extension Screenshots
Download Stokki Extension CRX File
Download Stokki 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
This extension will allow you to search for your stock-ticker in selected stock websites and searching engines, simultaneously.
Extension Basic Information
Name | Stokki |
ID | kbgdmjcjojfdephnmeoajnmfhaojghlb |
Official URL | https://chromewebstore.google.com/detail/stokki/kbgdmjcjojfdephnmeoajnmfhaojghlb |
Description | Load your favorite stocks sites, all at once, with a single Stock-Ticker submit |
File Size | 1023 KB |
Installation Count | 159 |
Current Version | 1.7 |
Last Updated | 2022-02-25 |
Publish Date | 2022-02-17 |
Rating | 5.00/5 Total 3 Ratings |
Developer | XYZET |
[email protected] | |
Payment Type | free |
Extension Website | https://www.xyzet.me/stokki |
Help Page URL | https://www.xyzet.me/stokki |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stokki", "description": "Load your favorite stocks sites, all at once, with a single Stock-Ticker submit", "version": "1.7", "manifest_version": 3, "permissions": [ "tabs", "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "fix.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "icon3.png", "icon16.png", "icon48.png", "icon128.png" ], "matches": [ "https:\/\/*\/*" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Stokki", "default_icon": "icon3.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |