SubwaySurfer Multitasker

Watch Subway Surfers in the background to help you multitask!

SubwaySurfer Multitaskerとは何ですか?

SubwaySurfer Multitaskerはjagpra87によって開発されたChromeの拡張機能で、その主な機能は「Watch Subway Surfers in the background to help you multitask!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

SubwaySurfer Multitasker拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}