EveRickwhere

If you want to see Rick everickwhere, you've come to the right place!

Co je EveRickwhere?

EveRickwhere je rozšíření Chrome vyvinuté Virej Dasani, a jeho hlavní funkcí je „If you want to see Rick everickwhere, you've come to the right place!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření EveRickwhere

Stáhněte si soubory rozšíření EveRickwhere ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        If you ever want to feel like everywhere you go, you want to see Rick Astley's face, this extension does just that!                    

Základní Informace o Rozšíření

Název EveRickwhere EveRickwhere
ID abjgoaijehnkpbgalhnfdmkiebefhmcn
Oficiální URL https://chromewebstore.google.com/detail/everickwhere/abjgoaijehnkpbgalhnfdmkiebefhmcn
Popis If you want to see Rick everickwhere, you've come to the right place!
Velikost souboru 20.64 MB
Počet instalací 712
Aktuální Verze 1.0.0
Poslední Aktualizace 2022-12-20
Datum Vydání 2022-12-18
Hodnocení 4.38/5 Celkem 8 Hodnocení
Vývojář Virej Dasani
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/virejdasani/EveRickwhere
URL Stránky Nápovědy https://sites.google.com/view/everickwhere-privacy-policy
Podporované Jazyky 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\/*"
            ]
        }
    ]
}