Moreba
Behind the scenes and more!
Co to jest Moreba?
Moreba to rozszerzenie Chrome opracowane przez https://moreba.club, a jego główną funkcją jest „Behind the scenes and more!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Moreba
Pobierz pliki rozszerzeń Moreba w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | eheahakaengdijmkoeegphbnlgphlfii |
| Oficjalny URL | https://chromewebstore.google.com/detail/moreba/eheahakaengdijmkoeegphbnlgphlfii |
| Opis | Behind the scenes and more! |
| Rozmiar pliku | 99.09 KB |
| Liczba instalacji | 866 |
| Aktualna Wersja | 1.43 |
| Ostatnia Aktualizacja | 2020-10-08 |
| Data Publikacji | 2020-03-31 |
| Ocena | 4.22/5 Łącznie 9 Oceny |
| Deweloper | https://moreba.club |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://moreba.club |
| Adres URL Strony Polityki Prywatności | http://moreba.club/privacy.html |
| Obsługiwane Języki | 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"
]
}
]
} | |