1v1 LOL Unblocked

1v1 LOL Unblocked game to play in browser online: survive in the epic unblocked multiplayer

Was ist 1v1 LOL Unblocked?

1v1 LOL Unblocked ist eine Chrome-Erweiterung, die von 1v1 LOL Unblocked! entwickelt wurde, und ihr Hauptmerkmal ist "1v1 LOL Unblocked game to play in browser online: survive in the epic unblocked multiplayer".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

1v1 LOL Unblocked-Erweiterungs-CRX-Datei herunterladen

Laden Sie 1v1 LOL Unblocked-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This 1v1.LOL game includes several modes where you can build and compete against opponents with different types of weapons.
The game is packaged inside the browser extension. So, you won't need to download it again every time you want to play.
Build and shoot 1v1 against online players.
You can also place platforms to aid your battle. If you enjoy battle royale games then you will enjoy this intense third-person shooter unblocked in browser.                    

Grundlegende Informationen zur Erweiterung

Name 1v1 LOL Unblocked 1v1 LOL Unblocked
ID biobhimkjkgacocfklbhehiaplnjbbci
Offizielle URL https://chrome.google.com/webstore/detail/1v1-lol-unblocked/biobhimkjkgacocfklbhehiaplnjbbci
Beschreibung 1v1 LOL Unblocked game to play in browser online: survive in the epic unblocked multiplayer
Dateigröße 23.39 MB
Installationsanzahl 68,014
Aktuelle Version 2.2
Letztes Update 2022-10-05
Veröffentlichungsdatum 2022-07-29
Bewertung 3.00/5 Insgesamt 5 Bewertungen
Entwickler 1v1 LOL Unblocked!
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.justplay.lol/privacy-policy?chrome=1
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "1v1 LOL Unblocked",
    "version": "2.2",
    "description": "1v1 LOL Unblocked game to play in browser online: survive in the epic unblocked multiplayer",
    "icons": {
        "128": "images\/128.png"
    },
    "action": {
        "default_icon": "images\/128.png",
        "default_title": "1v1 LOL Unblocked"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/f943322039644213464e42c7afb865a2.exitgames.com\/*",
        "https:\/\/sdkgame.net\/*",
        "https:\/\/1v1.api.cloud.unity3d.com\/*",
        "https:\/\/www.google.com\/*",
        "https:\/\/www.google.com.ar\/*",
        "https:\/\/www.google.com.mx\/*",
        "https:\/\/www.google.com.au\/*",
        "https:\/\/www.google.co.uk\/*",
        "https:\/\/www.google.com.au\/*",
        "https:\/\/www.google.nl\/*",
        "https:\/\/www.google.at\/*",
        "https:\/\/www.google.co.nz\/*",
        "https:\/\/www.google.br\/*",
        "https:\/\/www.google.no\/*",
        "https:\/\/www.google.ca\/*",
        "https:\/\/www.google.fr\/*",
        "https:\/\/www.google.cl\/*",
        "https:\/\/www.google.co.jp\/*",
        "https:\/\/www.google.com.ph\/*",
        "https:\/\/www.google.com.sg\/*",
        "https:\/\/www.google.dk\/*",
        "https:\/\/www.google.es\/*",
        "https:\/\/www.google.fi\/*",
        "https:\/\/www.google.se\/*",
        "https:\/\/www.google.ch\/*",
        "https:\/\/www.google.de\/*",
        "https:\/\/www.google.com.tw\/*",
        "https:\/\/www.google.com.hk\/*",
        "https:\/\/www.google.co.in\/*",
        "https:\/\/www.google.co.id\/*",
        "https:\/\/www.google.ie\/*",
        "https:\/\/www.google.co.ve\/*",
        "https:\/\/www.google.it\/*",
        "https:\/\/www.google.com.vn\/*",
        "https:\/\/www.google.com.my\/*"
    ],
    "permissions": [
        "storage"
    ],
    "minimum_chrome_version": "102"
}