EveRickwhere

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

什么是EveRickwhere?

EveRickwhere是由Virej Dasani开发的Chrome扩展程序,该扩展的主要功能是“If you want to see Rick everickwhere, you've come to the right place!”。

扩展截图

screenshot
screenshot
screenshot

下载EveRickwhere扩展crx文件

下载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\/*"
            ]
        }
    ]
}