VKPlay.live Now

The extension allows you to display information about streams from the site VK Play.live

VKPlay.live Nowとは何ですか?

VKPlay.live Nowはejik.mycodeによって開発されたChromeの拡張機能で、その主な機能は「The extension allows you to display information about streams from the site VK Play.live」です。

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

screenshot
screenshot
screenshot
screenshot

VKPlay.live Now拡張機能のCRXファイルをダウンロード

VKPlay.live Now拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension allows you to quickly see, without going to the site, which of the streamers you are subscribed to stream.                    

拡張機能の基本情報

名前 VKPlay.live Now VKPlay.live Now
ID fbhdmbicggajjgfbnikcdebjhdjkpcbe
公式URL https://chromewebstore.google.com/detail/vkplaylive-now/fbhdmbicggajjgfbnikcdebjhdjkpcbe
説明 The extension allows you to display information about streams from the site VK Play.live
ファイルサイズ 40.58 KB
インストール数 158
現在のバージョン 1.12
最終更新日 2024-02-07
公開日 2023-03-05
評価 5.00/5 合計 9 レビュー
開発者 ejik.mycode
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/66b79c75-f7c2-4d91-8cb4-e72a039f2e6f
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.12",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/api.vkplay.live\/*",
                "*:\/\/vkplay.live\/*"
            ],
            "js": [
                "contentScripts.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "*:\/\/vkplay.live\/*"
    ],
    "action": {
        "default_title": "VKPlay.live Now",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "alarms",
        "cookies",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "executeBonus.js"
            ],
            "matches": [
                "*:\/\/vkplay.live\/*"
            ]
        }
    ]
}