Rooftop Snipers Unblocked

Rooftop Snipers Unblocked funny 2-player or solo shooting game

Rooftop Snipers Unblocked란 무엇입니까?

Rooftop Snipers Unblocked은(는) Wars Unblocked에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rooftop Snipers Unblocked funny 2-player or solo shooting game"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Rooftop Snipers Unblocked 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        You have got to check out Rooftop Snipers Unblocked Game! This game is an adrenaline-filled two button local multiplayer that will keep you on the edge of your seat! You can either play against a friend or against the computer. The objective is simple - shoot your opponent off the rooftop to win. But be careful, as the bullets and axes can knock you off too!

To succeed in Rooftop Snipers, you need to be quick and strategic. Dodge your enemy's bullets while planning your next move. The game is challenging, but with some training, you'll be able to master it. Remember to pay attention to the different weapons and their characteristics, as they all have unique flying speeds and trajectories.

But most importantly, have fun! Don't stress too much and enjoy the chaotic gameplay. Rooftop Snipers Unblocked Game is a thrilling experience that you won't want to miss!                    

확장 프로그램 기본 정보

이름 Rooftop Snipers Unblocked Rooftop Snipers Unblocked
ID mblfpogmdjcbkmeebimooilemmlhkcld
공식 URL https://chromewebstore.google.com/detail/rooftop-snipers-unblocked/mblfpogmdjcbkmeebimooilemmlhkcld
설명 Rooftop Snipers Unblocked funny 2-player or solo shooting game
파일 크기 8.11 MB
설치 횟수 7,556
현재 버전 3.1
최근 업데이트 2023-04-28
출시 날짜 2023-04-27
평점 5.00/5 총 3 개의 평점
개발자 Wars Unblocked
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1PBTWkU0ISwdKIzqp3Ts7NI0HkcdS2om6tXensJxzw9E/edit?usp=sharing
지원되는 언어 de,en,en-GB,en-US,fr,es,es-419,it,pt-BR,pt-PT
manifest.json
{
    "web_accessible_resources": [
        {
            "resources": [
                "polyfill\/attach.js",
                "polyfill\/chrome\/polyfill.min.js",
                "polyfill\/edge\/polyfill.min.js",
                "polyfill\/firefox\/polyfill.min.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "version": "3.1",
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-pointer-lock; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "Rooftop Snipers Unblocked",
        "default_icon": "icon\/32.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "48": "icon\/48.png",
        "64": "icon\/64.png",
        "128": "icon\/128.png",
        "32": "icon\/32.png"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "sandbox": {
        "pages": [
            "game.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "__MSG_name__"
}