Monkey Invasion

Monkeys just want to have fun.

Что такое Monkey Invasion?

Monkey Invasion - это расширение Chrome, разработанное jmt, и его основная функция - "Monkeys just want to have fun.".

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

screenshot
screenshot
screenshot

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

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

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

                        Lite version: https://chrome.google.com/webstore/detail/monkey-invasion-lite/loajlbnjklnlhdhelebjdaoihalpgcjf

Some fellow Chrome user left their computer unattended and you want to play a joke on them? This group of monkeys is ready to invade every new tab.

Fortunately for our victim, they will be able to make the monkeys go away just by clicking on one button that will appear a few seconds after the tab has been invaded. But maybe it won't be that easy...

Code: https://github.com/JMartinTorres/MonkeyInvasion                    

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

Название Monkey Invasion Monkey Invasion
ID anpmcnmjoihhflnnlbmmceoonpcimhae
Официальный URL https://chromewebstore.google.com/detail/monkey-invasion/anpmcnmjoihhflnnlbmmceoonpcimhae
Описание Monkeys just want to have fun.
Размер файла 56.23 MB
Количество установок 30
Текущая Версия 1.0.1.0
Последнее Обновление 2021-09-16
Дата публикации 2020-02-16
Рейтинг 5.00/5 Всего 1 оценок
Разработчик jmt
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monkey Invasion",
    "description": "Monkeys just want to have fun.",
    "short_name": "MonkeyInvasion",
    "version": "1.0.1.0",
    "icons": {
        "16": "extension_icons\/monkeyinvasion-16.png",
        "32": "extension_icons\/monkeyinvasion-32.png",
        "48": "extension_icons\/monkeyinvasion-48.png",
        "128": "extension_icons\/monkeyinvasion-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery\/jquery-3.4.1.min.js",
                "content_scripts\/they_re_here.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "content_scripts\/makemonkeysgo.css",
        "monkeys\/*",
        "mewsick\/*"
    ]
}