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
官方網址 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
電子郵箱 [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\/*"
            ]
        }
    ]
}