Monkey Invasion

Monkeys just want to have fun.

Monkey Invasion क्या है?

Monkey Invasion jmt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monkeys just want to have fun."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Monkey Invasion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}