Gamefinder
Finds what games youtube video pages feature.
Gamefinderとは何ですか?
GamefinderはBrancu Alexandruによって開発されたChromeの拡張機能で、その主な機能は「Finds what games youtube video pages feature.」です。
拡張機能のスクリーンショット
Gamefinder拡張機能のCRXファイルをダウンロード
Gamefinder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to view what game is featured in any video on most pages of youtube before clicking on it.
拡張機能の基本情報
名前 | 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 |
Eメール | [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\/*" ] } ] } |