EveRickwhere

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

Apa itu EveRickwhere?

EveRickwhere adalah ekstensi Chrome yang dikembangkan oleh Virej Dasani, dan fitur utamanya adalah "If you want to see Rick everickwhere, you've come to the right place!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi EveRickwhere

Unduh file ekstensi EveRickwhere dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama EveRickwhere EveRickwhere
ID abjgoaijehnkpbgalhnfdmkiebefhmcn
URL Resmi https://chromewebstore.google.com/detail/everickwhere/abjgoaijehnkpbgalhnfdmkiebefhmcn
Deskripsi If you want to see Rick everickwhere, you've come to the right place!
Ukuran File 20.64 MB
Jumlah Instalasi 712
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-12-20
Tanggal Publikasi 2022-12-18
Penilaian 4.38/5 Total 8 Penilaian
Pengembang Virej Dasani
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/virejdasani/EveRickwhere
URL Halaman Bantuan https://sites.google.com/view/everickwhere-privacy-policy
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}