Gamefinder

Finds what games youtube video pages feature.

Gamefinder क्या है?

Gamefinder Brancu Alexandru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finds what games youtube video pages feature."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gamefinder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Gamefinder Gamefinder
ID jlgipnmimogpomfpobemgdddbfnkkdbp
आधिकारिक URL https://chromewebstore.google.com/detail/gamefinder/jlgipnmimogpomfpobemgdddbfnkkdbp
विवरण Finds what games youtube video pages feature.
फ़ाइल का आकार 13.36 KB
स्थापना संख्या 29
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-01-18
प्रकाशन तिथि 2022-09-16
डेवलपर Brancu Alexandru
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}