RickVision

It literally just changes all the pictures on the webpages you visit into pictures of Rick Astley

RickVisionとは何ですか?

RickVisionはBig1com1csによって開発されたChromeの拡張機能で、その主な機能は「It literally just changes all the pictures on the webpages you visit into pictures of Rick Astley」です。

拡張機能のスクリーンショット

screenshot

RickVision拡張機能のCRXファイルをダウンロード

RickVision拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It literally just changes all the pictures on the webpages you visit into pictures of Rick Astley                    

拡張機能の基本情報

名前 RickVision RickVision
ID hffhidhdohcdcpodcdfdhdgpffajepeb
公式URL https://chromewebstore.google.com/detail/rickvision/hffhidhdohcdcpodcdfdhdgpffajepeb
説明 It literally just changes all the pictures on the webpages you visit into pictures of Rick Astley
ファイルサイズ 3.25 KB
インストール数 44
現在のバージョン 1.0
最終更新日 2021-07-28
公開日 2021-07-27
評価 5.00/5 合計 2 レビュー
開発者 Big1com1cs
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RickVision",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "RickVision"
    }
}