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
官方網址 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\/*"
            ]
        }
    ]
}