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 |
官方網址 | 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'" } |