EveRickwhere

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

Vad är EveRickwhere?

EveRickwhere är en Chrome-tillägg utvecklad av Virej Dasani, och dess huvudfunktion är "If you want to see Rick everickwhere, you've come to the right place!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

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

Ladda ner EveRickwhere-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

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

Grundläggande Information om Tillägg

Namn EveRickwhere EveRickwhere
ID abjgoaijehnkpbgalhnfdmkiebefhmcn
Officiell webbadress https://chromewebstore.google.com/detail/everickwhere/abjgoaijehnkpbgalhnfdmkiebefhmcn
Beskrivning If you want to see Rick everickwhere, you've come to the right place!
Filstorlek 20.64 MB
Antal Installationer 712
Aktuell Version 1.0.0
Senast Uppdaterad 2022-12-20
Publiceringsdatum 2022-12-18
Betyg 4.38/5 Totalt 8 Betyg
Utvecklare Virej Dasani
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/virejdasani/EveRickwhere
Hjälpsida URL https://sites.google.com/view/everickwhere-privacy-policy
Stödda Språk 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\/*"
            ]
        }
    ]
}