SubwaySurfer Multitasker

Watch Subway Surfers in the background to help you multitask!

What is SubwaySurfer Multitasker?

SubwaySurfer Multitasker is a Chrome extension developed by jagpra87, and its main feature is "Watch Subway Surfers in the background to help you multitask!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download SubwaySurfer Multitasker Extension CRX File

Download SubwaySurfer Multitasker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - Enhance your browsing experience with the SubwaySurfer Multitasker Chrome extension! 
- With just a click on the extension icon, you can effortlessly enable the overlay of a Subway Surfers video directly onto the webpage you're currently on (excluding Chrome NewTab and Chrome Extension Store pages due to protocol limitations). 
- Immerse yourself in the adrenaline-pumping gameplay and vibrant visuals of Subway Surfers while seamlessly navigating the web. 
- Experience the perfect blend of productivity and entertainment with our Subway Surfers Chrome extension.

Developed By: Jagannath Prabhakaran & Aaditya Doiphode                    

Extension Basic Information

Name SubwaySurfer Multitasker SubwaySurfer Multitasker
ID maboghjgeadhelcbdpjegiijbfinaboc
Official URL https://chromewebstore.google.com/detail/subwaysurfer-multitasker/maboghjgeadhelcbdpjegiijbfinaboc
Description Watch Subway Surfers in the background to help you multitask!
File Size 31 MB
Installation Count 8,000
Current Version 1.0.2
Last Updated 2023-07-03
Publish Date 2023-06-30
Rating 4.62/5 Total 13 Ratings
Developer jagpra87
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SubwaySurfer Multitasker",
    "description": "Watch Subway Surfers in the background to help you multitask!",
    "version": "1.0.2",
    "icons": {
        "128": "128.png"
    },
    "author": "Aaditya Doiphode & Jagannath Prabhakaran",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "SubwaySurfers.mp4"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Subway Surfers"
    }
}