Mooscript

A script for mobstar.cc

什么是Mooscript?

Mooscript是由MooScript开发的Chrome扩展程序,该扩展的主要功能是“A script for mobstar.cc”。

扩展截图

screenshot

下载Mooscript扩展crx文件

下载Mooscript扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        MooScript as a Chrome Extension. This is a script for the game http://www.mobstar.cc 

This script has the following features:

- Logging in to multiple accounts at the same time
- Small crimes
- GTA (including shipping the car)
- Automatically selling every car except vans for BFHs
- Buying the typical gear (armor, weapon, plane, lead factory)
- Using your will
- Dealing
- Automatically finding the correct route for dealing
- Producing lead
- Jailbusting up to 100%

There is no limit on how many accounts you can script at the same time. You can run hundreds at the same time. However, the more accounts you have, the slower each account is scripted. This isn't a problem until you have more than a few hundred accounts.


This script does not communicate with ANY other servers other than the Mobstar server. All your information is stored locally on your device.                    

扩展基本信息

名称 Mooscript Mooscript
ID djhglpcnfbhphmbepgopggdnldpfdieb
官方URL https://chrome.google.com/webstore/detail/mooscript/djhglpcnfbhphmbepgopggdnldpfdieb
简介 A script for mobstar.cc
文件大小 3.23 MB
安装次数 80
当前版本 4.2.0
更新时间 2022-11-29
上架时间 2021-03-04
评分 3.50/5 共4次评分
开发者 MooScript
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://raw.githubusercontent.com/Brqqq/mooscript-chrome-extension/main/privacy%20policy.txt
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "4.2.0",
    "name": "Mooscript",
    "icons": {
        "16": "logo16.png",
        "64": "logo64.png",
        "128": "logo128.png"
    },
    "description": "A script for mobstar.cc",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "index.html",
    "browser_action": {
        "default_title": "Options"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "https:\/\/*.mobstar.cc\/*",
        "http:\/\/*.mobstar.cc\/*"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}