BlockBeat Price Peek

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

BlockBeat Price Peek क्या है?

BlockBeat Price Peek https://blockbeat.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View real-time crypto prices by hovering over Twitter $Cashtags and #Hashtags in anyones Tweets"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BlockBeat Price Peek एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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/                    

एक्सटेंशन की मूल जानकारी

नाम BlockBeat Price Peek BlockBeat Price Peek
ID cgkdbhlfmjiglkhcdjjmfbajmddenihi
आधिकारिक URL https://chromewebstore.google.com/detail/blockbeat-price-peek/cgkdbhlfmjiglkhcdjjmfbajmddenihi
विवरण View real-time crypto prices by hovering over Twitter $Cashtags and #Hashtags in anyones Tweets
फ़ाइल का आकार 2.38 MB
स्थापना संख्या 2,167
वर्तमान संस्करण 1.0.11
अंतिम अपडेट 2023-05-24
प्रकाशन तिथि 2022-10-05
रेटिंग 5.00/5 कुल 21 रेटिंग्स
डेवलपर https://blockbeat.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://blockbeat.io/
सहायता पृष्ठ URL https://discord.gg/blockbeat
समर्थित भाषाएँ 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"
    }
}