SubwaySurfer Multitasker

Watch Subway Surfers in the background to help you multitask!

Wat is SubwaySurfer Multitasker?

SubwaySurfer Multitasker is een Chrome-extensie ontwikkeld door jagpra87, en de belangrijkste functie is "Watch Subway Surfers in the background to help you multitask!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SubwaySurfer Multitasker

Download SubwaySurfer Multitasker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        - 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                    

Basisinformatie over de Extensie

Naam SubwaySurfer Multitasker SubwaySurfer Multitasker
ID maboghjgeadhelcbdpjegiijbfinaboc
Officiële URL https://chromewebstore.google.com/detail/subwaysurfer-multitasker/maboghjgeadhelcbdpjegiijbfinaboc
Beschrijving Watch Subway Surfers in the background to help you multitask!
Bestandsgrootte 31 MB
Aantal Installaties 8,000
Huidige Versie 1.0.2
Laatst Bijgewerkt 2023-07-03
Publicatiedatum 2023-06-30
Beoordeling 4.62/5 Totaal 13 Beoordelingen
Ontwikkelaar jagpra87
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}