VKPlay.live Now

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

VKPlay.live Nowคืออะไร?

VKPlay.live Now เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ejik.mycode และคุณลักษณะหลักของมันคือ "The extension allows you to display information about streams from the site VK Play.live"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VKPlay.live Now

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
            ]
        }
    ]
}