Gamefinder
Finds what games youtube video pages feature.
Co to jest Gamefinder?
Gamefinder to rozszerzenie Chrome opracowane przez Brancu Alexandru, a jego główną funkcją jest „Finds what games youtube video pages feature.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gamefinder
Pobierz pliki rozszerzeń Gamefinder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension allows you to view what game is featured in any video on most pages of youtube before clicking on it.
Podstawowe informacje o rozszerzeniu
Nazwa | Gamefinder |
ID | jlgipnmimogpomfpobemgdddbfnkkdbp |
Oficjalny URL | https://chromewebstore.google.com/detail/gamefinder/jlgipnmimogpomfpobemgdddbfnkkdbp |
Opis | Finds what games youtube video pages feature. |
Rozmiar pliku | 13.36 KB |
Liczba instalacji | 29 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-01-18 |
Data Publikacji | 2022-09-16 |
Deweloper | Brancu Alexandru |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } ] } |