Monkey Invasion

Monkeys just want to have fun.

Was ist Monkey Invasion?

Monkey Invasion ist eine Chrome-Erweiterung, die von jmt entwickelt wurde, und ihr Hauptmerkmal ist "Monkeys just want to have fun.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Monkey Invasion-Erweiterungs-CRX-Datei herunterladen

Laden Sie Monkey Invasion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Monkey Invasion Monkey Invasion
ID anpmcnmjoihhflnnlbmmceoonpcimhae
Offizielle URL https://chromewebstore.google.com/detail/monkey-invasion/anpmcnmjoihhflnnlbmmceoonpcimhae
Beschreibung Monkeys just want to have fun.
Dateigröße 56.23 MB
Installationsanzahl 30
Aktuelle Version 1.0.1.0
Letztes Update 2021-09-16
Veröffentlichungsdatum 2020-02-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler jmt
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}