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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}