blocktracker

Explore NFT social signals on Twitter.

Was ist blocktracker?

blocktracker ist eine Chrome-Erweiterung, die von https://blocktracker.org entwickelt wurde, und ihr Hauptmerkmal ist "Explore NFT social signals on Twitter.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

blocktracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie blocktracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Our Discord: https://discord.com/invite/6yqK2Dqft4

BlockTracker is an extension to enhance your Twitter-NFT experience by providing information around each individual user in a simpler and more intuitive way.

With this extension, you can quickly access one's holding history.
Current Feature:
-  📉 Alerts
Pop-up notices and a timeline view of significant activities.
- 🔮 Profile Expansion
  - Extend the pop-up card and personal page and add some useful information when you hover your mouse over the avatar.
  - Tell you this user's recent actions through a very intuitive style.
- 🚀Active Users Recommendation
  - Helps you explore and discover better community users by showing holdings.
- 💌 Create Giveaway 
 - Carry out promotional activities through tasks.

How do I use it?
- Click the "Add to Chrome" button at the top right of the current page and install it, then open or refresh twitter.com.                    

Grundlegende Informationen zur Erweiterung

Name blocktracker blocktracker
ID conincoefhldfppibnhfjnljhlghjojl
Offizielle URL https://chromewebstore.google.com/detail/blocktracker/conincoefhldfppibnhfjnljhlghjojl
Beschreibung Explore NFT social signals on Twitter.
Dateigröße 5.8 MB
Installationsanzahl 764
Aktuelle Version 1.3.7.2
Letztes Update 2022-11-26
Veröffentlichungsdatum 2022-05-10
Bewertung 5.00/5 Insgesamt 17 Bewertungen
Entwickler https://blocktracker.org
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://linktr.ee/blocktracker
URL der Datenschutzrichtlinien-Seite https://hh416adoxi.feishu.cn/docs/doccnxgkeQfrDXD0eINmAGV81Ph
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "blocktracker",
    "description": "Explore NFT social signals on Twitter.",
    "version": "1.3.7.2",
    "manifest_version": 3,
    "icons": {
        "128": "old-project\/img\/associated.jpg",
        "48": "old-project\/img\/associated.jpg",
        "16": "old-project\/img\/associated.jpg"
    },
    "background": {
        "service_worker": "\/old-project\/js\/background.js"
    },
    "action": {
        "default_icon": "\/old-project\/img\/associated.jpg",
        "default_title": "blocktracker"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "*:\/\/service.blocktracker.org\/*",
                "https:\/\/api.theseuslab.org\/*"
            ],
            "js": [
                "old-project\/js\/util.js",
                "old-project\/js\/content.js",
                "old-project\/js\/pushDom.js",
                "old-project\/js\/homePage.js",
                "old-project\/js\/recommend.js",
                "old-project\/js\/recommendPop.js",
                "old-project\/js\/alert.js",
                "old-project\/js\/feed.js",
                "old-project\/js\/addEvent.js"
            ],
            "css": [
                "old-project\/css\/loading.css",
                "old-project\/css\/content.css",
                "old-project\/css\/recommend.css",
                "old-project\/css\/alert.css",
                "old-project\/css\/feed.css",
                "old-project\/css\/sponsored.css",
                "old-project\/css\/dark.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/twitter.com\/*",
                "*:\/\/service.blocktracker.org\/*",
                "https:\/\/opensea.io\/*",
                "https:\/\/api.theseuslab.org\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/twitter.com\/*",
                "*:\/\/service.blocktracker.org\/*"
            ],
            "js": [
                "static\/js\/runAt.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "webRequest",
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "admin.html",
                "red-package.html",
                "pop.html",
                "static\/js\/injected.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/twitter.com\/*",
        "https:\/\/api.theseuslab.org\/*"
    ]
}