Monkey Invasion

Monkeys just want to have fun.

Hvad er Monkey Invasion?

Monkey Invasion er en Chrome-udvidelse udviklet af jmt, og dens hovedfunktion er "Monkeys just want to have fun.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Monkey Invasion-udvidelses-CRX-fil

Download Monkey Invasion-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Monkey Invasion Monkey Invasion
ID anpmcnmjoihhflnnlbmmceoonpcimhae
Officiel URL https://chromewebstore.google.com/detail/monkey-invasion/anpmcnmjoihhflnnlbmmceoonpcimhae
Beskrivelse Monkeys just want to have fun.
Filstørrelse 56.23 MB
Antal Installationer 30
Nuværende Version 1.0.1.0
Senest Opdateret 2021-09-16
Udgivelsesdato 2020-02-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler jmt
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}