flowmarketcap
A Vue Browser Extension
Vad är flowmarketcap?
flowmarketcap är en Chrome-tillägg utvecklad av https://flowmarketcap.com, och dess huvudfunktion är "A Vue Browser Extension".
Tilläggsskärmbilder
Ladda ner flowmarketcap-förlängningens CRX-fil
Ladda ner flowmarketcap-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | moamklnoogobahimefnpjelpandnljjd |
| Officiell webbadress | https://chromewebstore.google.com/detail/flowmarketcap/moamklnoogobahimefnpjelpandnljjd |
| Beskrivning | A Vue Browser Extension |
| Filstorlek | 614 KB |
| Antal Installationer | 204 |
| Aktuell Version | 1.2.0 |
| Senast Uppdaterad | 2022-04-11 |
| Publiceringsdatum | 2021-04-28 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | https://flowmarketcap.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://flowmarketcap.com/ |
| Stödda Språk | 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'"
} | |