EveRickwhere

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

Cos'è EveRickwhere?

EveRickwhere è un'estensione di Chrome sviluppata da Virej Dasani, e la sua funzione principale è "If you want to see Rick everickwhere, you've come to the right place!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione EveRickwhere

Scarica i file di estensione EveRickwhere in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome EveRickwhere EveRickwhere
ID abjgoaijehnkpbgalhnfdmkiebefhmcn
URL Ufficiale https://chromewebstore.google.com/detail/everickwhere/abjgoaijehnkpbgalhnfdmkiebefhmcn
Descrizione If you want to see Rick everickwhere, you've come to the right place!
Dimensione del File 20.64 MB
Conteggio Installazioni 712
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-12-20
Data di Pubblicazione 2022-12-18
Valutazione 4.38/5 Totale 8 Valutazioni
Sviluppatore Virej Dasani
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/virejdasani/EveRickwhere
URL della Pagina di Aiuto https://sites.google.com/view/everickwhere-privacy-policy
Lingue Supportate 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\/*"
            ]
        }
    ]
}