Gamefinder

Finds what games youtube video pages feature.

What is Gamefinder?

Gamefinder is a Chrome extension developed by Brancu Alexandru, and its main feature is "Finds what games youtube video pages feature.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Gamefinder Extension CRX File

Download Gamefinder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Gamefinder Gamefinder
ID jlgipnmimogpomfpobemgdddbfnkkdbp
Official URL https://chromewebstore.google.com/detail/gamefinder/jlgipnmimogpomfpobemgdddbfnkkdbp
Description Finds what games youtube video pages feature.
File Size 13.36 KB
Installation Count 29
Current Version 1.0
Last Updated 2023-01-18
Publish Date 2022-09-16
Developer Brancu Alexandru
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}