EveRickwhere

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

Wat is EveRickwhere?

EveRickwhere is een Chrome-extensie ontwikkeld door Virej Dasani, en de belangrijkste functie is "If you want to see Rick everickwhere, you've come to the right place!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie EveRickwhere

Download EveRickwhere-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam EveRickwhere EveRickwhere
ID abjgoaijehnkpbgalhnfdmkiebefhmcn
Officiële URL https://chromewebstore.google.com/detail/everickwhere/abjgoaijehnkpbgalhnfdmkiebefhmcn
Beschrijving If you want to see Rick everickwhere, you've come to the right place!
Bestandsgrootte 20.64 MB
Aantal Installaties 712
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-12-20
Publicatiedatum 2022-12-18
Beoordeling 4.38/5 Totaal 8 Beoordelingen
Ontwikkelaar Virej Dasani
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/virejdasani/EveRickwhere
Help Pagina-URL https://sites.google.com/view/everickwhere-privacy-policy
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}