flowmarketcap
A Vue Browser Extension
What is flowmarketcap?
flowmarketcap is a Chrome extension developed by https://flowmarketcap.com, and its main feature is "A Vue Browser Extension".
Extension Screenshots
Download flowmarketcap Extension CRX File
Download flowmarketcap 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
Browse market cap information seamlessly while visiting nbatopshot.com without having to switch tabs / windows. Open the extension on a moment page and the moment's information should pop up
Extension Basic Information
Name | flowmarketcap |
ID | moamklnoogobahimefnpjelpandnljjd |
Official URL | https://chromewebstore.google.com/detail/flowmarketcap/moamklnoogobahimefnpjelpandnljjd |
Description | A Vue Browser Extension |
File Size | 614 KB |
Installation Count | 204 |
Current Version | 1.2.0 |
Last Updated | 2022-04-11 |
Publish Date | 2021-04-28 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://flowmarketcap.com |
[email protected] | |
Payment Type | free |
Extension Website | https://flowmarketcap.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "http:\/\/localhost:8080\/", "description": "A Vue Browser Extension", "default_locale": "en", "permissions": [ "activeTab", "webRequest", "webNavigation", "tabs", "storage", "https:\/\/www.nbatopshot.com\/*", "https:\/\/nbatopshot.com\/*", "https:\/\/www.ufcstrike.com\/*", "https:\/\/ufcstrike.com\/*", "https:\/\/www.marketplace.nflallday.com\/*", "https:\/\/marketplace.nflallday.com\/*", "https:\/\/www.flowmarketcap.com\/*", "https:\/\/flowmarketcap.com\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "options_ui": { "page": "options.html", "browser_style": true }, "version": "1.2.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |