SuperRare
The SuperRare chrome extension 💎
Wat is SuperRare?
SuperRare is een Chrome-extensie ontwikkeld door https://smth.club, en de belangrijkste functie is "The SuperRare chrome extension 💎".
Extensie Screenshots
Download het CRX-bestand van de extensie SuperRare
Download SuperRare-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
View an aleatory digital artwork from the SuperRare marketplace on every new tab.
A community creation
by @Gabriel07__ Basisinformatie over de Extensie
| Naam | |
| ID | kaehihbalgldgjkcikmiggaehidooijc |
| Officiële URL | https://chromewebstore.google.com/detail/superrare/kaehihbalgldgjkcikmiggaehidooijc |
| Beschrijving | The SuperRare chrome extension 💎 |
| Bestandsgrootte | 202 KB |
| Aantal Installaties | 69 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2021-02-25 |
| Publicatiedatum | 2021-02-25 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://smth.club |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://superrare.co/ |
| Help Pagina-URL | https://twitter.com/Gabriel07__ |
| URL van de Privacybeleid Pagina | https://gabriellobl.github.io/visualize-life |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SuperRare",
"version": "1.0.3",
"manifest_version": 2,
"description": "The SuperRare chrome extension \ud83d\udc8e",
"icons": {
"16": "sr-16.png",
"48": "sr-48.png",
"128": "sr-128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_icon": {
"16": "sr-16.png",
"48": "sr-48.png",
"128": "sr-128.png"
},
"default_title": "SuperRare"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |