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
Eメール [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"
            ]
        }
    ]
}