SuperRare

The SuperRare chrome extension 💎

SuperRare là gì?

SuperRare là một tiện ích mở rộng Chrome được phát triển bởi https://smth.club, và tính năng chính của nó là "The SuperRare chrome extension 💎".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SuperRare

Tải xuống các tệp mở rộng SuperRare dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        View an aleatory digital artwork from the SuperRare marketplace on every new tab.



A community creation
by @Gabriel07__                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SuperRare SuperRare
ID kaehihbalgldgjkcikmiggaehidooijc
URL Chính Thức https://chromewebstore.google.com/detail/superrare/kaehihbalgldgjkcikmiggaehidooijc
Mô tả The SuperRare chrome extension 💎
Kích Thước Tệp 202 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-02-25
Ngày Phát Hành 2021-02-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://smth.club
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://superrare.co/
URL Trang Trợ Giúp https://twitter.com/Gabriel07__
URL Trang Chính Sách Bảo Mật https://gabriellobl.github.io/visualize-life
Ngôn Ngữ Được Hỗ Trợ 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'"
}