EveRickwhere

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

What is EveRickwhere?

EveRickwhere is a Chrome extension developed by Virej Dasani, and its main feature is "If you want to see Rick everickwhere, you've come to the right place!".

Extension Screenshots

screenshot
screenshot
screenshot

Download EveRickwhere Extension CRX File

Download EveRickwhere extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name EveRickwhere EveRickwhere
ID abjgoaijehnkpbgalhnfdmkiebefhmcn
Official URL https://chromewebstore.google.com/detail/everickwhere/abjgoaijehnkpbgalhnfdmkiebefhmcn
Description If you want to see Rick everickwhere, you've come to the right place!
File Size 20.64 MB
Installation Count 712
Current Version 1.0.0
Last Updated 2022-12-20
Publish Date 2022-12-18
Rating 4.38/5 Total 8 Ratings
Developer Virej Dasani
Email [email protected]
Payment Type free
Extension Website https://github.com/virejdasani/EveRickwhere
Help Page URL https://sites.google.com/view/everickwhere-privacy-policy
Supported Languages 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\/*"
            ]
        }
    ]
}