EveRickwhere

If you want to see Rick everickwhere, you've come to the right place!

Co to jest EveRickwhere?

EveRickwhere to rozszerzenie Chrome opracowane przez Virej Dasani, a jego główną funkcją jest „If you want to see Rick everickwhere, you've come to the right place!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia EveRickwhere

Pobierz pliki rozszerzeń EveRickwhere 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

                        If you ever want to feel like everywhere you go, you want to see Rick Astley's face, this extension does just that!                    

Podstawowe informacje o rozszerzeniu

Nazwa EveRickwhere EveRickwhere
ID abjgoaijehnkpbgalhnfdmkiebefhmcn
Oficjalny URL https://chromewebstore.google.com/detail/everickwhere/abjgoaijehnkpbgalhnfdmkiebefhmcn
Opis If you want to see Rick everickwhere, you've come to the right place!
Rozmiar pliku 20.64 MB
Liczba instalacji 712
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-12-20
Data Publikacji 2022-12-18
Ocena 4.38/5 Łącznie 8 Oceny
Deweloper Virej Dasani
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/virejdasani/EveRickwhere
Adres URL Strony Pomocy https://sites.google.com/view/everickwhere-privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EveRickwhere",
    "version": "1.0.0",
    "description": "If you want to see Rick everickwhere, you've come to the right place!",
    "icons": {
        "128": "assets\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}