SuperRare
The SuperRare chrome extension 💎
What is SuperRare?
SuperRare is a Chrome extension developed by https://smth.club, and its main feature is "The SuperRare chrome extension 💎".
Extension Screenshots
Download SuperRare Extension CRX File
Download SuperRare 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
View an aleatory digital artwork from the SuperRare marketplace on every new tab. A community creation by @Gabriel07__
Extension Basic Information
Name | SuperRare |
ID | kaehihbalgldgjkcikmiggaehidooijc |
Official URL | https://chromewebstore.google.com/detail/superrare/kaehihbalgldgjkcikmiggaehidooijc |
Description | The SuperRare chrome extension 💎 |
File Size | 202 KB |
Installation Count | 69 |
Current Version | 1.0.3 |
Last Updated | 2021-02-25 |
Publish Date | 2021-02-25 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://smth.club |
[email protected] | |
Payment Type | free |
Extension Website | https://superrare.co/ |
Help Page URL | https://twitter.com/Gabriel07__ |
Privacy Policy Page URL | https://gabriellobl.github.io/visualize-life |
Supported Languages | 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'" } |