Opensea Actions

Additional tools for navigating Opensea

Cos'è Opensea Actions?

Opensea Actions è un'estensione di Chrome sviluppata da barny.vdm, e la sua funzione principale è "Additional tools for navigating Opensea".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Opensea Actions

Scarica i file di estensione Opensea Actions 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

                        This extension adds useful navigation buttons and shortcut keys to OpenSea.

You can quickly reach the activity page as well as the floor page from a single asset, or from other parts of the asset search pages.

Also included in this extension is the ability to use keyboard shortcuts to reach certain collection related pages as follows:

A - Activity page
C - Collection page
F - Floor page                    

Informazioni di Base sull'Estensione

Nome Opensea Actions Opensea Actions
ID goopoabgiblaopionedcogalppnoofko
URL Ufficiale https://chromewebstore.google.com/detail/opensea-actions/goopoabgiblaopionedcogalppnoofko
Descrizione Additional tools for navigating Opensea
Dimensione del File 12.8 KB
Conteggio Installazioni 771
Versione Corrente 1.2
Ultimo Aggiornamento 2021-10-17
Data di Pubblicazione 2021-08-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore barny.vdm
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Opensea Actions",
    "description": "Additional tools for navigating Opensea",
    "version": "1.2",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.opensea.io\/*"
            ],
            "exclude_matches": [],
            "js": [
                "mainInjector.js"
            ]
        }
    ],
    "background": {
        "service_worker": "sw.js"
    },
    "permissions": [
        "webNavigation"
    ]
}