Gamefinder
Finds what games youtube video pages feature.
Wat is Gamefinder?
Gamefinder is een Chrome-extensie ontwikkeld door Brancu Alexandru, en de belangrijkste functie is "Finds what games youtube video pages feature.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gamefinder
Download Gamefinder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to view what game is featured in any video on most pages of youtube before clicking on it.
Basisinformatie over de Extensie
Naam | Gamefinder |
ID | jlgipnmimogpomfpobemgdddbfnkkdbp |
Officiële URL | https://chromewebstore.google.com/detail/gamefinder/jlgipnmimogpomfpobemgdddbfnkkdbp |
Beschrijving | Finds what games youtube video pages feature. |
Bestandsgrootte | 13.36 KB |
Aantal Installaties | 29 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-01-18 |
Publicatiedatum | 2022-09-16 |
Ontwikkelaar | Brancu Alexandru |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |