LiveGamers.pl

Rozszerzenie usprawniające działanie serwisu LiveGamers.pl.

Vad är LiveGamers.pl?

LiveGamers.pl är en Chrome-tillägg utvecklad av LiveGamers, och dess huvudfunktion är "Rozszerzenie usprawniające działanie serwisu LiveGamers.pl.".

Tilläggsskärmbilder

screenshot

Ladda ner LiveGamers.pl-förlängningens CRX-fil

Ladda ner LiveGamers.pl-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Rozszerzenie umożliwiające poprawne odtwarzanie video w serwisach LiveGamers.pl.

Funkcje:
* Rozszerzenie pomaga odtworzyć video facebook dla serwisów Livegamers.pl                    

Grundläggande Information om Tillägg

Namn LiveGamers.pl LiveGamers.pl
ID fmdjpbfannegkalllfnlfhjplgdjdnei
Officiell webbadress https://chromewebstore.google.com/detail/livegamerspl/fmdjpbfannegkalllfnlfhjplgdjdnei
Beskrivning Rozszerzenie usprawniające działanie serwisu LiveGamers.pl.
Filstorlek 16.66 KB
Antal Installationer 4,530
Aktuell Version 1.0.3
Senast Uppdaterad 2021-08-21
Publiceringsdatum 2021-08-19
Betyg 3.20/5 Totalt 5 Betyg
Utvecklare LiveGamers
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://livegamers.pl
Stödda Språk pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.3",
    "name": "LiveGamers.pl",
    "description": "Rozszerzenie usprawniaj\u0105ce dzia\u0142anie serwisu LiveGamers.pl.",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "*:\/\/*.livegamers.pl\/*",
        "*:\/\/*.fbcdn.net\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.livegamers.pl\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}