EveRickwhere

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

Что такое EveRickwhere?

EveRickwhere - это расширение Chrome, разработанное Virej Dasani, и его основная функция - "If you want to see Rick everickwhere, you've come to the right place!".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения EveRickwhere

Скачайте файлы расширений EveRickwhere в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название EveRickwhere EveRickwhere
ID abjgoaijehnkpbgalhnfdmkiebefhmcn
Официальный URL https://chromewebstore.google.com/detail/everickwhere/abjgoaijehnkpbgalhnfdmkiebefhmcn
Описание If you want to see Rick everickwhere, you've come to the right place!
Размер файла 20.64 MB
Количество установок 712
Текущая Версия 1.0.0
Последнее Обновление 2022-12-20
Дата публикации 2022-12-18
Рейтинг 4.38/5 Всего 8 оценок
Разработчик Virej Dasani
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/virejdasani/EveRickwhere
URL страницы помощи https://sites.google.com/view/everickwhere-privacy-policy
Поддерживаемые языки 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\/*"
            ]
        }
    ]
}