Gamefinder

Finds what games youtube video pages feature.

Co je Gamefinder?

Gamefinder je rozšíření Chrome vyvinuté Brancu Alexandru, a jeho hlavní funkcí je „Finds what games youtube video pages feature.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Gamefinder

Stáhněte si soubory rozšíření Gamefinder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension allows you to view what game is featured in any video on most pages of youtube before clicking on it.                    

Základní Informace o Rozšíření

Název Gamefinder Gamefinder
ID jlgipnmimogpomfpobemgdddbfnkkdbp
Oficiální URL https://chromewebstore.google.com/detail/gamefinder/jlgipnmimogpomfpobemgdddbfnkkdbp
Popis Finds what games youtube video pages feature.
Velikost souboru 13.36 KB
Počet instalací 29
Aktuální Verze 1.0
Poslední Aktualizace 2023-01-18
Datum Vydání 2022-09-16
Vývojář Brancu Alexandru
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gamefinder",
    "description": "Finds what games youtube video pages feature.",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "128": "favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scriptLoader.js"
            ]
        }
    ],
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "subscriptions.js",
                "recommended.js",
                "home.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}