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
Eメール [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\/*"
            ]
        }
    ]
}