Opensea Actions

Additional tools for navigating Opensea

Wat is Opensea Actions?

Opensea Actions is een Chrome-extensie ontwikkeld door barny.vdm, en de belangrijkste functie is "Additional tools for navigating Opensea".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Opensea Actions

Download Opensea Actions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Opensea Actions Opensea Actions
ID goopoabgiblaopionedcogalppnoofko
Officiële URL https://chromewebstore.google.com/detail/opensea-actions/goopoabgiblaopionedcogalppnoofko
Beschrijving Additional tools for navigating Opensea
Bestandsgrootte 12.8 KB
Aantal Installaties 771
Huidige Versie 1.2
Laatst Bijgewerkt 2021-10-17
Publicatiedatum 2021-08-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar barny.vdm
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}