Run 3

Run 3 Browser Edition

Run 3 क्या है?

Run 3 Run games द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Run 3 Browser Edition"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Run 3 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        If you're looking for an exciting game that's out of this world, Run 3 is the game for you! 
Run 3 is an endless runner game where you need to navigate your little alien through space. 

This game takes you on a wild journey through space tunnels, where you'll have to use your skills to jump, run, and rotate the world in order to avoid obstacles and progress through the levels.

With two different modes to choose from, Explore and Infinite, there's always something new to discover in Run 3. In Explore Mode, you can unlock new levels and characters, each with their own unique abilities to help you succeed. In Infinite Mode, the challenge is to keep running and collecting power cells while avoiding falling out of the tunnels.

To become a Run 3 master, it's important to use some tips and tricks, such as swapping out your character to utilize their special skills, controlling your jumps to avoid overshooting your landing, and looking ahead to plan your moves. And the best part is that you can play Run 3 without Flash, as the game has been converted to HTML for your convenience.

So, get ready to blast off into the galaxy and join the Runner on an adventure you won't forget!                    

एक्सटेंशन की मूल जानकारी

नाम Run 3 Run 3
ID ecklndfkjnjhejhnnmnfpfjdlikgfkfn
आधिकारिक URL https://chromewebstore.google.com/detail/run-3/ecklndfkjnjhejhnnmnfpfjdlikgfkfn
विवरण Run 3 Browser Edition
फ़ाइल का आकार 49.56 MB
स्थापना संख्या 4,000
वर्तमान संस्करण 3.3
अंतिम अपडेट 2023-06-21
प्रकाशन तिथि 2023-04-29
डेवलपर Run games
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/e/2PACX-1vSiZnObbbYCvMX-XpJ0y7ZJ6ZXJWi2hWMfyJXmt57ACQOmt4FHd8c6PL1DVlJTdNJKIlyO4nKpJiriv/pub
समर्थित भाषाएँ de,en,en-GB,en-US,fr,es,es-419,it,pt-BR,pt-PT
manifest.json
{
    "icons": {
        "48": "icon\/48.png",
        "32": "icon\/32.png",
        "64": "icon\/64.png",
        "128": "icon\/128.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/bg.js"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' 'unsafe-inline';child-src 'self' 'unsafe-eval' 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
    },
    "version": "3.3",
    "sandbox": {
        "pages": [
            "game.html"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Run 3",
        "default_icon": "icon\/32.png"
    },
    "description": "__MSG_description__",
    "web_accessible_resources": [
        {
            "resources": [
                "polyfill\/attach.js",
                "polyfill\/chrome\/polyfill.min.js",
                "polyfill\/edge\/polyfill.min.js",
                "polyfill\/firefox\/polyfill.min.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "storage"
    ],
    "name": "__MSG_name__",
    "default_locale": "en"
}