Gamefinder
Finds what games youtube video pages feature.
Cos'è Gamefinder?
Gamefinder è un'estensione di Chrome sviluppata da Brancu Alexandru, e la sua funzione principale è "Finds what games youtube video pages feature.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gamefinder
Scarica i file di estensione Gamefinder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to view what game is featured in any video on most pages of youtube before clicking on it.
Informazioni di Base sull'Estensione
Nome | Gamefinder |
ID | jlgipnmimogpomfpobemgdddbfnkkdbp |
URL Ufficiale | https://chromewebstore.google.com/detail/gamefinder/jlgipnmimogpomfpobemgdddbfnkkdbp |
Descrizione | Finds what games youtube video pages feature. |
Dimensione del File | 13.36 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-01-18 |
Data di Pubblicazione | 2022-09-16 |
Sviluppatore | Brancu Alexandru |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |