Moreba
Behind the scenes and more!
Cos'è Moreba?
Moreba è un'estensione di Chrome sviluppata da https://moreba.club, e la sua funzione principale è "Behind the scenes and more!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Moreba
Scarica i file di estensione Moreba in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | eheahakaengdijmkoeegphbnlgphlfii |
URL Ufficiale | https://chromewebstore.google.com/detail/moreba/eheahakaengdijmkoeegphbnlgphlfii |
Descrizione | Behind the scenes and more! |
Dimensione del File | 99.09 KB |
Conteggio Installazioni | 866 |
Versione Corrente | 1.43 |
Ultimo Aggiornamento | 2020-10-08 |
Data di Pubblicazione | 2020-03-31 |
Valutazione | 4.22/5 Totale 9 Valutazioni |
Sviluppatore | https://moreba.club |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://moreba.club |
URL della Pagina della Politica sulla Privacy | http://moreba.club/privacy.html |
Lingue Supportate | 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" ] } ] } |