Moreba

Behind the scenes and more!

Vad är Moreba?

Moreba är en Chrome-tillägg utvecklad av https://moreba.club, och dess huvudfunktion är "Behind the scenes and more!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Moreba-förlängningens CRX-fil

Ladda ner Moreba-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Moreba Moreba
ID eheahakaengdijmkoeegphbnlgphlfii
Officiell webbadress https://chromewebstore.google.com/detail/moreba/eheahakaengdijmkoeegphbnlgphlfii
Beskrivning Behind the scenes and more!
Filstorlek 99.09 KB
Antal Installationer 866
Aktuell Version 1.43
Senast Uppdaterad 2020-10-08
Publiceringsdatum 2020-03-31
Betyg 4.22/5 Totalt 9 Betyg
Utvecklare https://moreba.club
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://moreba.club
URL till Sekretesspolicy Sidan http://moreba.club/privacy.html
Stödda Språk 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"
            ]
        }
    ]
}