Opensea Actions
Additional tools for navigating Opensea
What is Opensea Actions?
Opensea Actions is a Chrome extension developed by barny.vdm, and its main feature is "Additional tools for navigating Opensea".
Extension Screenshots
Download Opensea Actions Extension CRX File
Download Opensea Actions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Opensea Actions |
ID | goopoabgiblaopionedcogalppnoofko |
Official URL | https://chromewebstore.google.com/detail/opensea-actions/goopoabgiblaopionedcogalppnoofko |
Description | Additional tools for navigating Opensea |
File Size | 12.8 KB |
Installation Count | 771 |
Current Version | 1.2 |
Last Updated | 2021-10-17 |
Publish Date | 2021-08-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | barny.vdm |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |