EveRickwhere

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

Τι είναι το EveRickwhere;

Το EveRickwhere είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Virej Dasani, και η κύρια λειτουργία του είναι "If you want to see Rick everickwhere, you've come to the right place!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης EveRickwhere

Λήψη αρχείων επέκτασης EveRickwhere σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα EveRickwhere EveRickwhere
ID abjgoaijehnkpbgalhnfdmkiebefhmcn
Επίσημο URL https://chromewebstore.google.com/detail/everickwhere/abjgoaijehnkpbgalhnfdmkiebefhmcn
Περιγραφή If you want to see Rick everickwhere, you've come to the right place!
Μέγεθος Αρχείου 20.64 MB
Αριθμός Εγκαταστάσεων 712
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-12-20
Ημερομηνία Δημοσίευσης 2022-12-18
Αξιολόγηση 4.38/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Virej Dasani
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/virejdasani/EveRickwhere
Διεύθυνση URL της Σελίδας Βοήθειας https://sites.google.com/view/everickwhere-privacy-policy
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}