RickVision

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

Vad är RickVision?

RickVision är en Chrome-tillägg utvecklad av Big1com1cs, och dess huvudfunktion är "It literally just changes all the pictures on the webpages you visit into pictures of Rick Astley".

Tilläggsskärmbilder

screenshot

Ladda ner RickVision-förlängningens CRX-fil

Ladda ner RickVision-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn RickVision RickVision
ID hffhidhdohcdcpodcdfdhdgpffajepeb
Officiell webbadress https://chromewebstore.google.com/detail/rickvision/hffhidhdohcdcpodcdfdhdgpffajepeb
Beskrivning It literally just changes all the pictures on the webpages you visit into pictures of Rick Astley
Filstorlek 3.25 KB
Antal Installationer 44
Aktuell Version 1.0
Senast Uppdaterad 2021-07-28
Publiceringsdatum 2021-07-27
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Big1com1cs
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}