Moreba
Behind the scenes and more!
Wat is Moreba?
Moreba is een Chrome-extensie ontwikkeld door https://moreba.club, en de belangrijkste functie is "Behind the scenes and more!".
Extensie Screenshots
Download het CRX-bestand van de extensie Moreba
Download Moreba-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | eheahakaengdijmkoeegphbnlgphlfii |
Officiële URL | https://chromewebstore.google.com/detail/moreba/eheahakaengdijmkoeegphbnlgphlfii |
Beschrijving | Behind the scenes and more! |
Bestandsgrootte | 99.09 KB |
Aantal Installaties | 866 |
Huidige Versie | 1.43 |
Laatst Bijgewerkt | 2020-10-08 |
Publicatiedatum | 2020-03-31 |
Beoordeling | 4.22/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://moreba.club |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://moreba.club |
URL van de Privacybeleid Pagina | http://moreba.club/privacy.html |
Ondersteunde Talen | 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" ] } ] } |