flowmarketcap
A Vue Browser Extension
Wat is flowmarketcap?
flowmarketcap is een Chrome-extensie ontwikkeld door https://flowmarketcap.com, en de belangrijkste functie is "A Vue Browser Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie flowmarketcap
Download flowmarketcap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | flowmarketcap |
ID | moamklnoogobahimefnpjelpandnljjd |
Officiële URL | https://chromewebstore.google.com/detail/flowmarketcap/moamklnoogobahimefnpjelpandnljjd |
Beschrijving | A Vue Browser Extension |
Bestandsgrootte | 614 KB |
Aantal Installaties | 204 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2022-04-11 |
Publicatiedatum | 2021-04-28 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://flowmarketcap.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://flowmarketcap.com/ |
Ondersteunde Talen | 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'" } |