Monkey Invasion

Monkeys just want to have fun.

Wat is Monkey Invasion?

Monkey Invasion is een Chrome-extensie ontwikkeld door jmt, en de belangrijkste functie is "Monkeys just want to have fun.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Monkey Invasion

Download Monkey Invasion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Monkey Invasion Monkey Invasion
ID anpmcnmjoihhflnnlbmmceoonpcimhae
Officiële URL https://chromewebstore.google.com/detail/monkey-invasion/anpmcnmjoihhflnnlbmmceoonpcimhae
Beschrijving Monkeys just want to have fun.
Bestandsgrootte 56.23 MB
Aantal Installaties 30
Huidige Versie 1.0.1.0
Laatst Bijgewerkt 2021-09-16
Publicatiedatum 2020-02-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jmt
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}