Moreba
Behind the scenes and more!
Apa itu Moreba?
Moreba adalah ekstensi Chrome yang dikembangkan oleh https://moreba.club, dan fitur utamanya adalah "Behind the scenes and more!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Moreba
Unduh file ekstensi Moreba dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | eheahakaengdijmkoeegphbnlgphlfii |
URL Resmi | https://chromewebstore.google.com/detail/moreba/eheahakaengdijmkoeegphbnlgphlfii |
Deskripsi | Behind the scenes and more! |
Ukuran File | 99.09 KB |
Jumlah Instalasi | 866 |
Versi Saat Ini | 1.43 |
Terakhir Diperbarui | 2020-10-08 |
Tanggal Publikasi | 2020-03-31 |
Penilaian | 4.22/5 Total 9 Penilaian |
Pengembang | https://moreba.club |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://moreba.club |
URL Halaman Kebijakan Privasi | http://moreba.club/privacy.html |
Bahasa yang Didukung | 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" ] } ] } |