flowmarketcap
A Vue Browser Extension
Was ist flowmarketcap?
flowmarketcap ist eine Chrome-Erweiterung, die von https://flowmarketcap.com entwickelt wurde, und ihr Hauptmerkmal ist "A Vue Browser Extension".
Erweiterungsscreenshots
flowmarketcap-Erweiterungs-CRX-Datei herunterladen
Laden Sie flowmarketcap-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | moamklnoogobahimefnpjelpandnljjd |
| Offizielle URL | https://chromewebstore.google.com/detail/flowmarketcap/moamklnoogobahimefnpjelpandnljjd |
| Beschreibung | A Vue Browser Extension |
| Dateigröße | 614 KB |
| Installationsanzahl | 204 |
| Aktuelle Version | 1.2.0 |
| Letztes Update | 2022-04-11 |
| Veröffentlichungsdatum | 2021-04-28 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | https://flowmarketcap.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://flowmarketcap.com/ |
| Unterstützte Sprachen | 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'"
} | |