Breadcrumbs Extension

Tired of tracking of Ethereum addresses with an excel spreadsheet? Wasting time loading webpages to follow an Ethereum whale?…

Breadcrumbs Extension क्या है?

Breadcrumbs Extension https://breadcrumbs.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tired of tracking of Ethereum addresses with an excel spreadsheet? Wasting time loading webpages to follow an Ethereum whale?…"।

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

screenshot
screenshot
screenshot

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

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

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

                        Tired of tracking of Ethereum addresses with an excel spreadsheet?  Wasting time loading webpages to follow an Ethereum whale?

Conveniently follow any Ethereum address in real-time.  Just click the "B", and pops-up the Ethereum addresses you care about, with their real-time balance.  

Want to investigate them further? Use the investigation tool to get more details on any Ethereum address's activity.

Breadcrumbs has identified 70 million Ethereum addresses for you.  Use the Breadcrumbs extension to view and comment on Ethereum and all ERC-20 addresses as they appear in your browsing experience.

Details provided include :
- Address owner 
- Address balance
- Number of transactions made
- Comments people have shared about that address

*Developer note:  Breadcrumbs requires access to read and change your web browser in order to recognize all Ethereum addresses that show up on a website, and automatically show you the owner of that address*                    

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

नाम Breadcrumbs Extension Breadcrumbs Extension
ID dlnalaneihafdkdcekejdekiclgdghka
आधिकारिक URL https://chromewebstore.google.com/detail/breadcrumbs-extension/dlnalaneihafdkdcekejdekiclgdghka
विवरण Tired of tracking of Ethereum addresses with an excel spreadsheet? Wasting time loading webpages to follow an Ethereum whale?…
फ़ाइल का आकार 400 KB
स्थापना संख्या 136
वर्तमान संस्करण 2.0.11
अंतिम अपडेट 2023-03-23
प्रकाशन तिथि 2020-07-21
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://breadcrumbs.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.breadcrumbs.app
सहायता पृष्ठ URL https://www.breadcrumbs.app
गोपनीयता नीति पृष्ठ URL https://www.breadcrumbs.app/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Breadcrumbs",
    "name": "Breadcrumbs Extension",
    "version": "2.0.11",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Breadcrumbs Extension"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'sha256-WDhufSqZOEoWULzS4Nwz11MNyHzZClVYbQ2JSt1vfkw'; object-src 'self'",
    "web_accessible_resources": [
        "main.css",
        "cdn\/bootstrap.min.css",
        "breadcrumbsheader.png",
        "icon.png"
    ]
}