VKPlay.live Now

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

Was ist VKPlay.live Now?

VKPlay.live Now ist eine Chrome-Erweiterung, die von ejik.mycode entwickelt wurde, und ihr Hauptmerkmal ist "The extension allows you to display information about streams from the site VK Play.live".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

VKPlay.live Now-Erweiterungs-CRX-Datei herunterladen

Laden Sie VKPlay.live Now-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name VKPlay.live Now VKPlay.live Now
ID fbhdmbicggajjgfbnikcdebjhdjkpcbe
Offizielle URL https://chromewebstore.google.com/detail/vkplaylive-now/fbhdmbicggajjgfbnikcdebjhdjkpcbe
Beschreibung The extension allows you to display information about streams from the site VK Play.live
Dateigröße 40.58 KB
Installationsanzahl 158
Aktuelle Version 1.12
Letztes Update 2024-02-07
Veröffentlichungsdatum 2023-03-05
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler ejik.mycode
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.freeprivacypolicy.com/live/66b79c75-f7c2-4d91-8cb4-e72a039f2e6f
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}