1v1 LOL Unblocked Game

1v1 LOL Unblocked game online multiplayer Unity-based pvp

Vad är 1v1 LOL Unblocked Game?

1v1 LOL Unblocked Game är en Chrome-tillägg utvecklad av pvp unblocked games, och dess huvudfunktion är "1v1 LOL Unblocked game online multiplayer Unity-based pvp".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner 1v1 LOL Unblocked Game-förlängningens CRX-fil

Ladda ner 1v1 LOL Unblocked Game-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Play 3D shooter in the browser with real online opponents. You can build defensive structures, or destroy what your opponents have built.
1v1 LOL has several game modes, the main one being 1v1. In training mode, you can shoot all types of weapons at standing or moving models.
If you like the 1v1 LOL Unblocked Game, invite your friends to it! Playing together is more interesting.
The game is made in the battle royale style.
In the unblocked version, all game mechanics work, but not all functions are available that are available in the mobile version.
If you are interested in how we process data, see our privacy policy, the link can be found on this page.
Good luck playing!                    

Grundläggande Information om Tillägg

Namn 1v1 LOL Unblocked Game 1v1 LOL Unblocked Game
ID peeblnkechlikhdpikkjeakjbpnifmkf
Officiell webbadress https://chrome.google.com/webstore/detail/1v1-lol-unblocked-game/peeblnkechlikhdpikkjeakjbpnifmkf
Beskrivning 1v1 LOL Unblocked game online multiplayer Unity-based pvp
Filstorlek 23.42 MB
Antal Installationer 32,938
Aktuell Version 3.1
Senast Uppdaterad 2022-10-20
Publiceringsdatum 2022-08-26
Betyg 4.00/5 Totalt 6 Betyg
Utvecklare pvp unblocked games
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://docs.google.com/document/d/e/2PACX-1vR6pZF7dosSGElCIM_GlvSblfv4pQkjFAxEbhri3sVbJJe0xrherEORGI_SxMdAu9Z0v8lzgDnm29mT/pub
Stödda Språk en-US
manifest.json
{
    "manifest_version": 3,
    "name": "1v1 LOL Unblocked Game",
    "version": "3.1",
    "description": "1v1 LOL Unblocked game online multiplayer Unity-based pvp",
    "icons": {
        "128": "icon\/big.png",
        "48": "icon\/middle.png"
    },
    "action": {
        "default_icon": "icon\/small.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';"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "unity\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "unity\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}