Moreba

Behind the scenes and more!

Morebaคืออะไร?

Moreba เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://moreba.club และคุณลักษณะหลักของมันคือ "Behind the scenes and more!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moreba

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}