VKPlay.live Now

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

Cos'è VKPlay.live Now?

VKPlay.live Now è un'estensione di Chrome sviluppata da ejik.mycode, e la sua funzione principale è "The extension allows you to display information about streams from the site VK Play.live".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione VKPlay.live Now

Scarica i file di estensione VKPlay.live Now in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome VKPlay.live Now VKPlay.live Now
ID fbhdmbicggajjgfbnikcdebjhdjkpcbe
URL Ufficiale https://chromewebstore.google.com/detail/vkplaylive-now/fbhdmbicggajjgfbnikcdebjhdjkpcbe
Descrizione The extension allows you to display information about streams from the site VK Play.live
Dimensione del File 40.58 KB
Conteggio Installazioni 158
Versione Corrente 1.12
Ultimo Aggiornamento 2024-02-07
Data di Pubblicazione 2023-03-05
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore ejik.mycode
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/live/66b79c75-f7c2-4d91-8cb4-e72a039f2e6f
Lingue Supportate 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\/*"
            ]
        }
    ]
}