SuperRare
The SuperRare chrome extension 💎
Co to jest SuperRare?
SuperRare to rozszerzenie Chrome opracowane przez https://smth.club, a jego główną funkcją jest „The SuperRare chrome extension 💎”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SuperRare
Pobierz pliki rozszerzeń SuperRare w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
View an aleatory digital artwork from the SuperRare marketplace on every new tab. A community creation by @Gabriel07__
Podstawowe informacje o rozszerzeniu
Nazwa | SuperRare |
ID | kaehihbalgldgjkcikmiggaehidooijc |
Oficjalny URL | https://chromewebstore.google.com/detail/superrare/kaehihbalgldgjkcikmiggaehidooijc |
Opis | The SuperRare chrome extension 💎 |
Rozmiar pliku | 202 KB |
Liczba instalacji | 69 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2021-02-25 |
Data Publikacji | 2021-02-25 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | https://smth.club |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://superrare.co/ |
Adres URL Strony Pomocy | https://twitter.com/Gabriel07__ |
Adres URL Strony Polityki Prywatności | https://gabriellobl.github.io/visualize-life |
Obsługiwane Języki | 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'" } |