SubwaySurfer Multitasker

Watch Subway Surfers in the background to help you multitask!

SubwaySurfer Multitasker क्या है?

SubwaySurfer Multitasker jagpra87 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch Subway Surfers in the background to help you multitask!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        - 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                    

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

नाम SubwaySurfer Multitasker SubwaySurfer Multitasker
ID maboghjgeadhelcbdpjegiijbfinaboc
आधिकारिक URL https://chromewebstore.google.com/detail/subwaysurfer-multitasker/maboghjgeadhelcbdpjegiijbfinaboc
विवरण Watch Subway Surfers in the background to help you multitask!
फ़ाइल का आकार 31 MB
स्थापना संख्या 8,000
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-07-03
प्रकाशन तिथि 2023-06-30
रेटिंग 4.62/5 कुल 13 रेटिंग्स
डेवलपर jagpra87
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}