flowmarketcap

A Vue Browser Extension

Cos'è flowmarketcap?

flowmarketcap è un'estensione di Chrome sviluppata da https://flowmarketcap.com, e la sua funzione principale è "A Vue Browser Extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione flowmarketcap

Scarica i file di estensione flowmarketcap in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome flowmarketcap flowmarketcap
ID moamklnoogobahimefnpjelpandnljjd
URL Ufficiale https://chromewebstore.google.com/detail/flowmarketcap/moamklnoogobahimefnpjelpandnljjd
Descrizione A Vue Browser Extension
Dimensione del File 614 KB
Conteggio Installazioni 204
Versione Corrente 1.2.0
Ultimo Aggiornamento 2022-04-11
Data di Pubblicazione 2021-04-28
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://flowmarketcap.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://flowmarketcap.com/
Lingue Supportate 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'"
}