Moreba

Behind the scenes and more!

Moreba là gì?

Moreba là một tiện ích mở rộng Chrome được phát triển bởi https://moreba.club, và tính năng chính của nó là "Behind the scenes and more!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Moreba

Tải xuống các tệp mở rộng Moreba dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Moreba Moreba
ID eheahakaengdijmkoeegphbnlgphlfii
URL Chính Thức https://chromewebstore.google.com/detail/moreba/eheahakaengdijmkoeegphbnlgphlfii
Mô tả Behind the scenes and more!
Kích Thước Tệp 99.09 KB
Số Lần Cài Đặt 866
Phiên Bản Hiện Tại 1.43
Cập Nhật Lần Cuối 2020-10-08
Ngày Phát Hành 2020-03-31
Đánh Giá 4.22/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://moreba.club
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://moreba.club
URL Trang Chính Sách Bảo Mật http://moreba.club/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}