Moreba
Behind the scenes and more!
Qu'est-ce que Moreba ?
Moreba est une extension Chrome développée par https://moreba.club, et sa fonction principale est "Behind the scenes and more!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Moreba
Téléchargez les fichiers d'extension Moreba au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | eheahakaengdijmkoeegphbnlgphlfii |
URL Officiel | https://chromewebstore.google.com/detail/moreba/eheahakaengdijmkoeegphbnlgphlfii |
Description | Behind the scenes and more! |
Taille du Fichier | 99.09 KB |
Nombre d'Installations | 866 |
Version Actuelle | 1.43 |
Dernière Mise à Jour | 2020-10-08 |
Date de Publication | 2020-03-31 |
Évaluation | 4.22/5 Total 9 Évaluations |
Développeur | https://moreba.club |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://moreba.club |
URL de la Page de Politique de Confidentialité | http://moreba.club/privacy.html |
Langues Prises en Charge | 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" ] } ] } |