Moreba

Behind the scenes and more!

什么是Moreba?

Moreba是由https://moreba.club开发的Chrome扩展程序,该扩展的主要功能是“Behind the scenes and more!”。

扩展截图

screenshot
screenshot
screenshot

下载Moreba扩展crx文件

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

扩展使用说明

                        Features:

- Stops Torebas cameras from freezing/crashing
- Hide maintenance and restocking screens, so you can see behind the scenes!
- Remove the distracting scrolling ticker at the bottom of the play screen.
- Auto-queue during maintenance & restocking                    

扩展基本信息

名称 Moreba Moreba
ID eheahakaengdijmkoeegphbnlgphlfii
官方URL https://chromewebstore.google.com/detail/moreba/eheahakaengdijmkoeegphbnlgphlfii
简介 Behind the scenes and more!
文件大小 99.09 KB
安装次数 866
当前版本 1.43
更新时间 2020-10-08
上架时间 2020-03-31
评分 4.22/5 共9次评分
开发者 https://moreba.club
电子邮箱 [email protected]
付费类型 free
扩展官网 http://moreba.club
隐私政策页面URL http://moreba.club/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moreba",
    "version": "1.43",
    "description": "Behind the scenes and more!",
    "icons": {
        "128": "morebamain.png"
    },
    "web_accessible_resources": [
        "*.css",
        "*.js",
        "*.png",
        "*.gif",
        "*.jpg",
        "aprilfools\/*"
    ],
    "permissions": [
        "*:\/\/*.toreba.net\/*",
        "webNavigation",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Change Options for Moreba",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.toreba.net\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "toreba_bts.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.toreba.net\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "toreba_redirect.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.toreba.net\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "aprilfools.js"
            ]
        }
    ]
}