RickVision

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

Hvad er RickVision?

RickVision er en Chrome-udvidelse udviklet af Big1com1cs, og dens hovedfunktion er "It literally just changes all the pictures on the webpages you visit into pictures of Rick Astley".

Udvidelsesskærmbilleder

screenshot

Download RickVision-udvidelses-CRX-fil

Download RickVision-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn RickVision RickVision
ID hffhidhdohcdcpodcdfdhdgpffajepeb
Officiel URL https://chromewebstore.google.com/detail/rickvision/hffhidhdohcdcpodcdfdhdgpffajepeb
Beskrivelse It literally just changes all the pictures on the webpages you visit into pictures of Rick Astley
Filstørrelse 3.25 KB
Antal Installationer 44
Nuværende Version 1.0
Senest Opdateret 2021-07-28
Udgivelsesdato 2021-07-27
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Big1com1cs
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}