SuperRare
The SuperRare chrome extension 💎
什么是SuperRare?
SuperRare是由https://smth.club开发的Chrome扩展程序,该扩展的主要功能是“The SuperRare chrome extension 💎”。
扩展截图
下载SuperRare扩展crx文件
下载SuperRare扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
View an aleatory digital artwork from the SuperRare marketplace on every new tab. A community creation by @Gabriel07__
扩展基本信息
名称 | SuperRare |
ID | kaehihbalgldgjkcikmiggaehidooijc |
官方URL | https://chromewebstore.google.com/detail/superrare/kaehihbalgldgjkcikmiggaehidooijc |
简介 | The SuperRare chrome extension 💎 |
文件大小 | 202 KB |
安装次数 | 69 |
当前版本 | 1.0.3 |
更新时间 | 2021-02-25 |
上架时间 | 2021-02-25 |
评分 | 5.00/5 共3次评分 |
开发者 | https://smth.club |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://superrare.co/ |
帮助页面URL | https://twitter.com/Gabriel07__ |
隐私政策页面URL | https://gabriellobl.github.io/visualize-life |
支持的语言 | 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'" } |