flowmarketcap
A Vue Browser Extension
Qu'est-ce que flowmarketcap ?
flowmarketcap est une extension Chrome développée par https://flowmarketcap.com, et sa fonction principale est "A Vue Browser Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension flowmarketcap
Téléchargez les fichiers d'extension flowmarketcap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | flowmarketcap |
ID | moamklnoogobahimefnpjelpandnljjd |
URL Officiel | https://chromewebstore.google.com/detail/flowmarketcap/moamklnoogobahimefnpjelpandnljjd |
Description | A Vue Browser Extension |
Taille du Fichier | 614 KB |
Nombre d'Installations | 204 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2022-04-11 |
Date de Publication | 2021-04-28 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://flowmarketcap.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://flowmarketcap.com/ |
Langues Prises en Charge | 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'" } |