EveRickwhere

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

Qu'est-ce que EveRickwhere ?

EveRickwhere est une extension Chrome développée par Virej Dasani, et sa fonction principale est "If you want to see Rick everickwhere, you've come to the right place!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension EveRickwhere

Téléchargez les fichiers d'extension EveRickwhere au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom EveRickwhere EveRickwhere
ID abjgoaijehnkpbgalhnfdmkiebefhmcn
URL Officiel https://chromewebstore.google.com/detail/everickwhere/abjgoaijehnkpbgalhnfdmkiebefhmcn
Description If you want to see Rick everickwhere, you've come to the right place!
Taille du Fichier 20.64 MB
Nombre d'Installations 712
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-12-20
Date de Publication 2022-12-18
Évaluation 4.38/5 Total 8 Évaluations
Développeur Virej Dasani
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/virejdasani/EveRickwhere
URL de la Page d'Aide https://sites.google.com/view/everickwhere-privacy-policy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}