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
官方網址 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"
            ]
        }
    ]
}