RickVision

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

What is RickVision?

RickVision is a Chrome extension developed by Big1com1cs, and its main feature is "It literally just changes all the pictures on the webpages you visit into pictures of Rick Astley".

Extension Screenshots

screenshot

Download RickVision Extension CRX File

Download RickVision 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

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

Extension Basic Information

Name RickVision RickVision
ID hffhidhdohcdcpodcdfdhdgpffajepeb
Official URL https://chromewebstore.google.com/detail/rickvision/hffhidhdohcdcpodcdfdhdgpffajepeb
Description It literally just changes all the pictures on the webpages you visit into pictures of Rick Astley
File Size 3.25 KB
Installation Count 44
Current Version 1.0
Last Updated 2021-07-28
Publish Date 2021-07-27
Rating 5.00/5 Total 2 Ratings
Developer Big1com1cs
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}