OCDB - Open Collectible Database
Discover, like & comment on curated NFT artworks every time you open a new tab
Qu'est-ce que OCDB - Open Collectible Database ?
OCDB - Open Collectible Database est une extension Chrome développée par Massless, et sa fonction principale est "Discover, like & comment on curated NFT artworks every time you open a new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OCDB - Open Collectible Database
Téléchargez les fichiers d'extension OCDB - Open Collectible Database au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension overwrites the default "new tab" page with a simple page that displays a curated NFT artwork from Foundation, SuperRare, OpenSea, and Nifty Gateway. You can also like, comment, and learn more about the NFT artwork by reading our curators' critique notes. Note: this extension uses the multiple blockchain and IPFS as a database for displaying these NFT artworks. Each NFT has a clickable title and creator links to its original marketplace. OCDB is an independent project and currently has no relation with Foundation, SuperRare, OpenSea, or Nifty Gateway.
Informations de Base sur l'Extension
Nom | OCDB - Open Collectible Database |
ID | kchfgahfakmfagdikgdigacgjijfgaeh |
URL Officiel | https://chromewebstore.google.com/detail/ocdb-open-collectible-dat/kchfgahfakmfagdikgdigacgjijfgaeh |
Description | Discover, like & comment on curated NFT artworks every time you open a new tab |
Taille du Fichier | 912 KB |
Nombre d'Installations | 12 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-06-25 |
Date de Publication | 2021-06-20 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Massless |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ocdb.io |
URL de la Page d'Aide | https://ocdb.io |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Discover, like & comment on curated NFT artworks every time you open a new tab", "version": "1.1", "manifest_version": 3, "name": "OCDB - Open Collectible Database", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "logo.png" }, "icons": { "128": "logo.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/ocdb.io\/*" ] }, "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "logo.png" ], "matches": [] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArs3aWq0qm1py2LId\/RfKwOnOmF2TXNevgA7C7s989TacHUDpLb2fjXdw\/5H6lg629NXc3BrKOx\/thWENv7JKYS6r2o3OmmJVCwM10HpczLkkoUTH\/hvWSjdIVXXdlpeZuvVPcKXnlGFSi1iYHZywpIm\/WgFvNTlAMKQaLki3Be00HVoQNk3+c9zxfEAMxCk0N2Axj5xd0udF2+FP9u9vq7Dq301kYelJ3FHLbwdJ4GHyDZ0JzpVYO9L4EmbWxRo3kxkXUJK6B+wGPTHsUkEvrFkLX5eoOjlhRUcDPCENwZ5rgZuvNAUbB92JJ\/h+yto1hryTAd1MHx3F5dYIfG2lAwIDAQAB" } |