SubwaySurfer Multitasker

Watch Subway Surfers in the background to help you multitask!

SubwaySurfer Multitaskerคืออะไร?

SubwaySurfer Multitasker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jagpra87 และคุณลักษณะหลักของมันคือ "Watch Subway Surfers in the background to help you multitask!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SubwaySurfer Multitasker

ดาวน์โหลดไฟล์ส่วนขยาย SubwaySurfer Multitasker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - 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"
    }
}