Moreba
Behind the scenes and more!
Co je Moreba?
Moreba je rozšíření Chrome vyvinuté https://moreba.club, a jeho hlavní funkcí je „Behind the scenes and more!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Moreba
Stáhněte si soubory rozšíření Moreba ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | eheahakaengdijmkoeegphbnlgphlfii |
Oficiální URL | https://chromewebstore.google.com/detail/moreba/eheahakaengdijmkoeegphbnlgphlfii |
Popis | Behind the scenes and more! |
Velikost souboru | 99.09 KB |
Počet instalací | 866 |
Aktuální Verze | 1.43 |
Poslední Aktualizace | 2020-10-08 |
Datum Vydání | 2020-03-31 |
Hodnocení | 4.22/5 Celkem 9 Hodnocení |
Vývojář | https://moreba.club |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://moreba.club |
URL Stránky Zásad Ochrany Soukromí | http://moreba.club/privacy.html |
Podporované Jazyky | 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" ] } ] } |