BlockBeat Price Peek

View real-time crypto prices by hovering over Twitter $Cashtags and #Hashtags in anyones Tweets

¿Qué es BlockBeat Price Peek?

BlockBeat Price Peek es una extensión de Chrome desarrollada por https://blockbeat.io, y su función principal es "View real-time crypto prices by hovering over Twitter $Cashtags and #Hashtags in anyones Tweets".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión BlockBeat Price Peek

Descarga archivos de extensión BlockBeat Price Peek en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Instantly access live cryptocurrency prices by simply hovering over Twitter $Cashtags and #Hashtags within any tweet.

Track price fluctuations of crypto assets since the time a tweet was posted and effortlessly quote tweets while monitoring prices.

Gain valuable insights into a crypto asset's market cap, daily % change, weekly % change, and more exciting features to be unveiled soon.

BlockBeat is your go-to news and data terminal for all things crypto.

Checkout the Terminal by going to https://www.blockbeat.io/                    

Información Básica de la Extensión

Nombre BlockBeat Price Peek BlockBeat Price Peek
ID cgkdbhlfmjiglkhcdjjmfbajmddenihi
URL Oficial https://chromewebstore.google.com/detail/blockbeat-price-peek/cgkdbhlfmjiglkhcdjjmfbajmddenihi
Descripción View real-time crypto prices by hovering over Twitter $Cashtags and #Hashtags in anyones Tweets
Tamaño del Archivo 2.38 MB
Cantidad de Instalaciones 2,167
Versión Actual 1.0.11
Última Actualización 2023-05-24
Fecha de Publicación 2022-10-05
Calificación 5.00/5 Total de 21 Calificaciones
Desarrollador https://blockbeat.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://blockbeat.io/
URL de la Página de Ayuda https://discord.gg/blockbeat
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BlockBeat Price Peek",
    "description": "View real-time crypto prices by hovering over Twitter $Cashtags and #Hashtags in anyones Tweets",
    "version": "1.0.11",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*.twitter.com\/*",
        "https:\/\/*.crypto.com\/*",
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "run_at": "document_start"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.crypto.com\/*"
            ],
            "js": [
                ".\/contentScript.js"
            ],
            "css": [
                "content\/css\/token-card.css",
                "content\/css\/hovercard.css",
                "content\/css\/animate.min.css",
                "content\/css\/three-dots.min.css",
                "content\/css\/token-card.css",
                "content\/css\/custom.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "content\/html\/*",
                "content\/css\/*",
                "card\/images\/*",
                "fonts\/*",
                "content\/main\/page_context\/*"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.crypto.com\/*"
            ]
        }
    ],
    "incognito": "spanning",
    "icons": {
        "16": ".\/images\/blockbeat.png",
        "32": ".\/images\/blockbeat.png",
        "48": ".\/images\/blockbeat.png",
        "128": ".\/images\/blockbeat.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/blockbeat.png"
        },
        "default_title": "BlockBeat Price Peek",
        "default_popup": "popup\/index.html"
    }
}